Linking error when building 9base

vincent habchi vince at macports.org
Sun May 30 10:44:53 PDT 2010


Le 30 mai 2010 à 19:12, Sven Schober a écrit :
> Now, my problem is that linking fails with:
> 
> LD yacc
> ld: library not found for -lcrt0.o

This is extraneous. crt0.o is the piece of machine-depedent object code that is executed when the app is started. It is automatically appended by gcc and should not be explicitly cited (and certainly not in a -l option since this is not a library). 

Vincent


More information about the macports-dev mailing list