Just upgraded to a new-model PB 15", which came with Panther preinstalled. After updating to 10.3.2 + associated patches, downloading and installing XCode 1.1, installing X11 from the DVD and installing the SDK as well, it was time for good things, so I opted to install Fink from scratch, in source format. Several selfupdates later, it is now at 0.18.0-1. I also built successfully several X11 apps, such as Ethereal, GFTP, NMap.

However, the X11 ghostscript viewer, gv-3.5.8-5, fails to build cause it can't find the compiler. This is what I get after the tarball unpacks:

...
gv-3.5.8/source/gv_message.h
sed 's|<PREFIX>|/sw|g' < /sw/fink/dists/stable/main/finkinfo/text/gv-3.5.8-5.patch | patch -p1
patching file config.Unix
patching file source/gv_user_res.dat
patching file source/setenv.c
patching file source/Imakefile
xmkmf
imake -DUseInstalled -I/usr/X11R6/lib/X11/config
make Makefiles
making Makefiles in doc...
make[1]: Nothing to be done for `Makefiles'.
making Makefiles in doc/source...
make[1]: Nothing to be done for `Makefiles'.
making Makefiles in source...
make[1]: Nothing to be done for `Makefiles'.
cp doc/*html source
cp doc/*man source
make CC=gcc3 CPPFLAGS="-no-cpp-precomp -I/sw/include" LOCAL_LDFLAGS="-L/sw/lib"
making all in ./source...
gcc3 -g -Os -Wall -Wpointer-arith -no-cpp-precomp -I/usr/X11R6/include -D__DARWIN__ -DNO_ALLOCA -DX_LOCALE -DCSRG_BASED -DNON_BLOCKING_IO -DUSE_SIGNAL_HANDLER -DUSER_DEFAULTS=\"~/.gv\" -DGV_LIBDIR=\"/sw/lib/gv/\" -DGV_CODE -DUSE_FALLBACK_STYLES -no-cpp-precomp -I/sw/include -c -o Aaa.o Aaa.c
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

Reply via email to