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
_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool