According  to an article on macslash.org, the version of gcc3 that's 
tagged gcc-1151 will be released with Jaguar. So if you want to have a 
good idea as to whether your code will compile with jaguar: here's a 
short guide to installing the cvs version of gcc3.

(I'm compiling the code now. Amendments welcome)

% mkdir gcc3
% cd gcc3
% setenv CVSROOT :pserver:[EMAIL PROTECTED]:/cvs/Darwin
% cvs login
[enter password at prompt]
% cvs -z3 co -r gcc3-1151 gcc3
% mkdir gcc3-build
% cd gcc3-build
% ../gcc3/configure
% make bootstrap-lean
% sudo make install

Jeremy



-------------------------------------------------------
This sf.net email is sponsored by: Jabber - The world's fastest growing 
real-time communications platform! Don't just IM. Build it in! 
http://www.jabber.com/osdn/xim
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to