orange threetwo wrote:
[]
> gzip -dc /sw/src/gettext-0.14.5.tar.gz | /sw/bin/tar -xf -  --no-same-owner 
> --no-same-permissions 
> cd build-aux; perl -pi -e 's/.*chmod.*777.*$//g' ltmain.sh
> cd gettext-runtime; env EMACS=no CCACHE_DISABLE=1 ./configure --prefix=/sw 
> --infodir='${prefix}/share/info' --mandir='${prefix}/share/man' 
> --with-included-gettext --disable-csharp --disable-rpath ; make
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... no
> checking for mawk... no
> checking for nawk... no
> checking for awk... awk
> checking whether make sets $(MAKE)... yes
> checking for gcc... gcc
> checking for C compiler default output file name... configure: error: C 
> compiler cannot create executables
> See `config.log' for more details.

You should try to understand those "details" in "config.log". The file 
in question is sitting beside the configure script that is issuing the 
above error message, probably in the directory
/sw/src/fink.build/libgettext3-shlibs-0.14.5-2/gettext-0.14.5/gettext-runtime

Look for a line like

configure:2310: checking for C compiler default output file name

and then for the error message that follows.

The most probable causes and remedies are described in FAQ item#6.12 at
<http://fink.sourceforge.net/faq/faq.en.html#comp-general.basic-headers>

-- 
Martin



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-beginners mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to