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
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
Original issue reported on code.google.com by
[email protected]
on 15 Nov 2011 at 5:57Attachments:
The text was updated successfully, but these errors were encountered: