libtool
[Top][All Lists]
Advanced

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

Re: [Mingw-users] Re: "Re: libbfd, libtool & Win32" and "Re: Buildinga


From: Guido Draheim
Subject: Re: [Mingw-users] Re: "Re: libbfd, libtool & Win32" and "Re: Buildinga MinGW GLibetc..."
Date: Wed, 18 Sep 2002 01:26:45 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826


Earnie Boyd wrote:
Guido Draheim wrote:


No, because I did just switch my system, and have to reinstall some
rpms - crosscompiler and stuff is some that. Atleast I am still
missing the crosscompiled zlib stuff that I used to use to
crosscompile the project - before going deeper, here's a quick try
with the stock zlib.dll which stil have on my disk leftover from
the link experiments with the borland compilers:

$ i386-mingw32-ld  -shared  -L../../zlib114dll/dll32 -o zzip.dll \
     zzip-zip.lo zzip-file.lo zzip-dir.lo zzip-stat.lo zzip-info.lo \
     zzip-err.lo zzip-io.lo -lz

                               ^^^s#-lz#/path/to/zlib.dll#
See if the above change works, if not then the version of binutils you
have doesn't support it.


$ i386-mingw32-ld  -shared  -L../../zlib114dll/dll32 -o zzip.dll \
   zzip-zip.lo zzip-file.lo zzip-dir.lo zzip-stat.lo zzip-info.lo \
   zzip-err.lo zzip-io.lo -l/usr/src/cvs/zlib114dll/dll32/zlib.dll
i386-mingw32-ld: cannot find -l/usr/src/cvs/zlib114dll/dll32/zlib.dll






reply via email to

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