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
When I build le on Cygwin, configure works fine, make proceeds almost to the end, then fails at the final linking step (the command that runs gcc on a bunch of .o files). The error is about a bunch of missing symbols.
Workaround: cd src, execute the same command, with gcc replaced by g++, cd .., make && make install - everything works then.
Perhaps some adjustment is needed to configure.ac or one of the Makefile.am files?
The text was updated successfully, but these errors were encountered:
When I build le on Cygwin,
configure
works fine,make
proceeds almost to the end, then fails at the final linking step (the command that runsgcc
on a bunch of.o
files). The error is about a bunch of missing symbols.Workaround:
cd src
, execute the same command, withgcc
replaced byg++
,cd ..
,make && make install
- everything works then.Perhaps some adjustment is needed to
configure.ac
or one of theMakefile.am
files?The text was updated successfully, but these errors were encountered: