parodus
parodus copied to clipboard
Observed syntax error `*-*-beos*' while running make
Followed the build instruction mentioned in the page. Getting error while executing make command
./config.status: line 561: syntax error near unexpected token *-*-beos*' ./config.status: line 561: --beos*)'
CMakeFiles/nopoll.dir/build.make:105: recipe for target '_prefix/nopoll/src/nopoll-stamp/nopoll-configure' failed
make[2]: *** [_prefix/nopoll/src/nopoll-stamp/nopoll-configure] Error 1
CMakeFiles/Makefile2:1187: recipe for target 'CMakeFiles/nopoll.dir/all' failed
make[1]: *** [CMakeFiles/nopoll.dir/all] Error 2
Makefile:140: recipe for target 'all' failed
make: *** [all] Error 2
What is your build environment?
@LakshmipriyaPurushan If it is on ubuntu , can you try installing libtool in your local pc and see if that helps ?
sudo apt-get install libtool m4 automake
i did also previously encounter this, and installing libtool did fix it, this can most likely be closed