bug-autoconf
[Top][All Lists]
Advanced

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

Re: automake 2.5x and SunOS don't seem to mix


From: Akim Demaille
Subject: Re: automake 2.5x and SunOS don't seem to mix
Date: 22 Oct 2002 09:45:14 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Honest Recruiter)

Hi Aharon,

| I have this report from a pretester for my gawk releases.  The
| most recent one used automake 2.53 or 2.54 (I don't remember which)
| and breaks on SunOS (I think 2.54).

Could make it clear whether you have a problem with Autoconf (2.5x) or
Automake (1.x)?

| Akim or someone else please contact me offline for download info
| on the tarball, I'm not ready for the world to get at it yet.
| 
| Here's the report.
| 
| Thanks,
| 
| Arnold
| 
| > Date: Tue, 15 Oct 2002 19:02:36 -0700 (PDT)
| > From: Scott Deifik <address@hidden>
| > To: address@hidden
| > Subject: Re: new gawk test release available
| >
| > On SunOS, configure for gawk-3.1.1e says: "error: C compiler cannot
| > create executables"
| >
| > However, cc works:
| >
| > $ 
| > $ rm tmp
| > $ tmp
| > tmp: not found
| > $ cat tmp.c
| > #include <stdio.h>
| >
| > main()
| > {
| >     printf( "Hello\n" );
| > }
| > $ cc -o tmp tmp.c
| > $ tmp
| > Hello
| > $ 
| >
| >
| > Running make (after configure) says:
| >
| > >make
| > make: Fatal error: No arguments to build

Thanks for the log, but this is not what we need.  We need you to do
what configure said:

> configure: error: C compiler cannot create executables
> check `config.log' for details.

i.e., to look at config.log and understand why configure said the
compiler is broken.  Everything is in there.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]