i have followed the instruction as in the doc
Following are the steps of the execution
all above commands worked
- 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
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