You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo make install
this command does not work it gives following error
gcc: internal compiler error: Killed (program cc1)
Please submit a full bug report,
with preprocessed source if appropriate.
See http://bugzilla.redhat.com/bugzilla for instructions.
make[2]: *** [libscanner_la-scanner.lo] Error 1
make[2]: Leaving directory /root/libpostal/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory /root/libpostal'
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
i have followed the instruction as in the doc
Following are the steps of the execution
sudo yum install curl autoconf automake libtool pkgconfig
git clone https://github.com/openvenues/libpostal
cd libpostal
./bootstrap.sh
./configure
all above commands worked
this command does not work it gives following error
gcc: internal compiler error: Killed (program cc1)
Please submit a full bug report,
with preprocessed source if appropriate.
See http://bugzilla.redhat.com/bugzilla for instructions.
make[2]: *** [libscanner_la-scanner.lo] Error 1
make[2]: Leaving directory
/root/libpostal/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory
/root/libpostal'make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: