This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 1.5.23 problem building gdal library


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Fabien on 1/25/2007 7:02 AM:
> But I always get the same message :
>
> *** Warning: linker path does not have real file for library -lgeotiff.
> *** I have the capability to make that library automatically link in when
> *** you link to this library.  But I can only do this if you have a
> *** shared version of the library, which you do not appear to have
> *** because I did check the linker path looking for a file starting
> *** with libgeotiff and none of the candidates passed a file format test
> *** using a file magic. Last file checked: /lib/libgeotiff.dll.a

Those warnings are from libtool.  They are just that - warnings; an
executable based on static libraries can still be built.  But the last
warning contains a clue:

> *** Since this library must not contain undefined symbols,
> *** because either the platform does not support them or
> *** it was explicitly requested with -no-undefined,
> *** libtool will only create a static version of it.

You need to pass -no-undefined to libtool as part of your build process if
you want .dlls created.

> 
> 'cygcheck -svr' output is attached.

What part of plain text attachment did you not get?  Zipped output is much
harder for us to investigate from a mail reader.

- --
Don't work too hard, make some time for fun as well!

Eric Blake             ebb9@byu.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFuLqi84KuGfSFAYARApAuAKDJ0wpNqKgug92sPO7Zcd65rZlksgCcCG0Z
6NsA60BWPSNJ3VoapPU0SMg=
=edHm
-----END PGP SIGNATURE-----

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]