I am trying to port a package for fink that uses static linking. This doesn't work, I end up with the error that lcrt0.o cannot be found. After some googling I found that static linking is a problem on Mac OS X, so I removed all the instances of '-static' from the Makefile. I don't get the error anymore, but I am not sure if this is the correct approach for not using static linking? Should I do something else to prevent this?
thanks,
- Koen.
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel
