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


> *** 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.

ooh, it was written in the following page : http://www.cygwin.com/ml/cygwin-apps/2004-10/msg00183.html

Sorry for not have followed strictly all instructions. Thanks for your
great help.
For all users who could read this message, I used the following stage
to achieve the gdal compiling :

In /usr/local/src , uncompress gdal-1.4.0.tar.gz (gdal sources).
In /usr/local/src/gdal-1.4.0 directory :
$ ./configure  (without or with your wished options : "--with-png" by example)
$ make AM_LDFLAGS=-no-undefined
$ make install

You have now a "/usr/local/lib/libgdal.la" library.

> '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.

To send a big file in ML is disadvised, isn't it ? I don't know if 24k sized file is really a big file in a ML. But I'm OK with you that it's harder to read it from a MUA. Sorry.

Thanks again for your help.

--
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]