Alexander K. Hansen <[EMAIL PROTECTED]> said: > On 1/6/06, Bill Moseley <[EMAIL PROTECTED]> wrote: >> I just installed X11 from the Apple DVD on Tiger, and also the gcc4.0 >> from the xcode folder. >> >> Running apt-get I get: >> >> Can't exec "gcc": No such file or directory at >> /sw/lib/perl5/Fink/VirtPackage.pm line 583. >> /usr/libexec/gcc/darwin/ppc/3.3/cc1plus is not executable! >> >> Do I need to symlink gcc to gcc-4.0 some place? >> >> I wasn't really sure what components in the xcode folder to install. >> Any pointers there would be a help, too. > > "gcc" is indeed a symbolic link. Yours may not be pointing to the > correct place. Try running > > sudo gcc_select 4.0 > > to make sure it points to the gcc4 compiler. > > The second error is separate. Make sure that you have the file (e.g. > via 'ls /usr/libexec/gcc/darwin/ppc/3.3/cc1plus') and if so then > follow the instructions from > > http://sourceforge.net/mailarchive/forum.php?thread_id=5915361&forum_id=3200
It appears that the second message in some fink versions, severe as it may sound, is only a warning that gcc3.3 was not found. Well if you are only planning on using gcc4, who cares about gcc3.3 eh? The way to silence it is to install gcc3.3 from Apple. dan -- Daniel Macks [EMAIL PROTECTED] http://www.netspace.org/~dmacks ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
