All,
I attempted to install emacs21 (w/ X11 support) on OS X v10.3.5
It appears there is a problem w/ gcc :
$ sudo fink install emacs21
Information about 1740 packages read in 2 seconds.
The following package will be installed or updated:
emacs21
The following 8 additional packages will be installed:
libjpeg libjpeg-bin libjpeg-shlibs libpng3 libpng3-shlibs libtiff
libtiff-bin libtiff-shlibs
Do you want to continue? [Y/n] Y
gzip -dc /sw/src/jpegsrc.v6b.tar.gz | /sw/bin/tar -xf - --no-same-owner --no-same-permissions
cp -f /sw/lib/fink/update/config.guess .
cp -f /sw/lib/fink/update/config.sub .
cp -f /sw/lib/fink/update/ltconfig .
cp -f /sw/lib/fink/update/ltmain.sh .
patch -p1 </sw/fink/dists/stable/main/finkinfo/graphics/libjpeg.patch
patching file jpeglib.h
./configure --prefix=/sw --enable-shared --enable-static
checking for gcc... gcc
checking whether the C compiler (gcc -L/sw/lib) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
### execution of ./configure failed, exit code 1
Failed: compiling libjpeg-6b-16 failed
How can I check if gcc is installed properly?
Any suggestions?
regards,
Charles
- [Fink-users] Install emacs21 chauser
- Re: [Fink-users] Install emacs21 Alexander K. Hansen