[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [msmtp-users] Compiler error - Solaris 10



On Mon, 23. Apr 2007, 14:55:48 +0200, Oggo Oggo wrote:
> Im trying to compile msmtp on solaris 10 and have installed gcc according 
> to:
> http://cooltools.sunsource.net/gcc/4.0.3/install.html
> 
> I exported the gcc path with:
> bash-3.00# export PATH=/opt/gcc/bin:$PATH
> 
> When i run ./configure i get this result:
> bash-3.00# ./configure
> checking build system type... sparc-sun-solaris2.10
> checking host system type... sparc-sun-solaris2.10
> checking target system type... sparc-sun-solaris2.10
> checking for a BSD-compatible install... build-aux/install-sh -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
> checking for gawk... no
> checking for mawk... no
> checking for nawk... nawk
> checking whether make sets $(MAKE)... no
> 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.

This looks more like a problem with your gcc installation than like a
problem with msmtp.

What does config.log say?

Have you tried to compile a minimal C program like 
"int main(void) { return 0; }"?  What error messages do you get?

Martin