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

Build fails with "undefined reference" errors using Ubuntu's GCC #3

Open
GoogleCodeExporter opened this issue Mar 29, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. On Ubuntu 11.10 (and possibly earlier releases)
2. Run make

Instead of a successful build, I get repeated "undefined reference" errors in 
javafuse.c

Exists in revision 27 of http://javafuse.googlecode.com/svn using Ubuntu 11.10

The problem appears to be that --as-needed is a default linker option now in 
Ubuntu's GCC.  The Makefile for this project has the library arguments, 
therefore, out of order.  The attached patch fixes this.


Original issue reported on code.google.com by [email protected] on 15 Nov 2011 at 5:57

Attachments:

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

No branches or pull requests

1 participant