Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building on Cygwin fails during the last step (linking) #34

Open
gene-pavlovsky opened this issue Dec 4, 2021 · 0 comments
Open

Building on Cygwin fails during the last step (linking) #34

gene-pavlovsky opened this issue Dec 4, 2021 · 0 comments

Comments

@gene-pavlovsky
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant