BINGO !

/usr/bin/gcc3 is really GCC 3.1, which I had not installed with XCode 1.1; just installed GCC 3.3 thinking that would be sufficent. Fortunately, I had the 1.1 images on the HD, so installing the missing piece was no problem.

gv has now built and runs as expected, albeit that it generated tons of warnings while it was compiling, all apparently innocuous.

Thanks a lot for the help !

JMC

On Jan 8, 2004, at 1:52 PM, Alexander K. Hansen wrote:

That's strange. Here's what I have on my machine:

$ ls -l /usr/bin/gcc*
lrwxr-xr-x  1 root  wheel       7 15 Dec 11:39 /usr/bin/gcc -> gcc-3.3
-r-xr-xr-x  1 root  wheel  131720 24 Sep 02:38 /usr/bin/gcc-3.3
-r-xr-xr-x  1 root  wheel  117980 24 Sep 02:35 /usr/bin/gcc2
-r-xr-xr-x  1 root  wheel  135828 24 Sep 02:37 /usr/bin/gcc3

(This is on a machine where I did a clean install of Panther and the Xcode Tools, by the way.)

I'd suggest against the symlink--the gcc-3.3 and gcc3 binaries aren't identical:

$ gcc --version
gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1495)

$ gcc3 --version
gcc3 (GCC) 3.1 20021003 (prerelease)

You may need to install gcc 3.1 separately (I can't remember for sure and I loaned my Xcode CD out so I can't check it myself).
--
Alexander Hansen
Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX


On Jan 8, 2004, at 2:37 PM, Juan Courcoul wrote:

<snip>
make[1]: gcc3: Command not found
make[1]: *** [Aaa.o] Error 127
make: *** [all] Error 2
### execution of  failed, exit code 2
Failed: compiling gv-3.5.8-5 failed

With XCode 1.1 in the machine, I have a /usr/bin/gcc and even a /usr/bin/gcc-3.3, but no gcc3. I could set up a symlink but that would be like an unelegant workaround.

Is this a packaging error and should I wait for a corrected version of this package ?

Thanks,

J. Courcoul



-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users



------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to