mingw-cross-env-list
[Top][All Lists]
Advanced

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

Re: [Mingw-cross-env-list] Re: zlib 1.2.5 fails on Ubuntu Linux (amd64)


From: Tony Theodore
Subject: Re: [Mingw-cross-env-list] Re: zlib 1.2.5 fails on Ubuntu Linux (amd64) -- adler32.o: No such file or directory
Date: Fri, 18 Jun 2010 21:51:03 +1000

On 18 June 2010 05:37, Garth Dahlstrom <address@hidden> wrote:
> I'm guessing it has something to do with my having colorgcc installed...   
> When I manually execute the build steps, it appears to build and install 
> fine.   Weird, sorry for the false alarm.
>
> $ cd '/opt/mingw-cross-trunk/tmp-zlib/zlib-1.2.5' && CHOST='i686-pc-mingw32' 
> ./configure --prefix='/opt/mingw-cross-trunk/usr/i686-pc-mingw32' --static
>
> Using ar
> Building static library libz.a version 1.2.5 with colorgcc.

This doesn't look right - that colorgcc should be i686-pc-mingw32-gcc.
It's building a native library. If you look at the original error, it
seems to be not finding a compiler at all.

>> Building static library libz.a version 1.2.5 with .

The O it tries to call is probably some remnant of an optimisation
setting than is being mangled.

>> O -DNO_FSEEKO -DNO_snprintf -DHAS_sprintf_void   -c -o adler32.o adler32.c
>> make[2]: O: Command not found

Could you send the config.log from the initial failed build?

Tony



reply via email to

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