At 12:45 Uhr +0000 09.03.2002, KL Tah wrote: >Dear All, >Hi, >I've just installed the Fink installer recently and would like to be able to >run a C Compiler (with all the libraries), with some X Graphics capabilites >on my iBook. Does anyone know which packages I should get? I've tried >looking in on the site, but did not find any close matches. >I'm running OS X.0.0.4 and I've also down loaded XDarwin in my machine.
You really should update to OS X 10.1.3, the update is free, and it'S *much* faster, *much* more stable, etc. etc. Plust Fink doesn't officially support 10.0. You've been warned >The reason I'm trying to use fink for cc is because cc on plain OS X doesn't >seem to be able to find any of the libraries. >I'm hoping that Fink is more organized, and does all the path setups for me. You must install the dev tools from Apple (make sure you install the ones matching your system; if you are using OS X 10.1.3, that would be the december dev tools, available from http://connect.apple.com) If you did that, and your compiler can't find the libraries that Fink installed, then you probably didn't tell it where to look. That's what the -I and -L flags are for in GCC! http://fink.sourceforge.net/doc/bundled/install-first.php#req http://fink.sourceforge.net/faq/comp-general.php#compiler -- ----------------------------------------------- Max Horn Software Developer email: <mailto:[EMAIL PROTECTED]> phone: (+49) 6151-494890 _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
