X-Spam-Check-By: sourceware.org Message-ID: Date: Thu, 25 Jan 2007 16:23:20 +0100 From: Fabien To: cygwin AT cygwin DOT com Subject: Re: 1.5.23 problem building gdal library In-Reply-To: <45B8BAA3.4090705@byu.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45B8BAA3 DOT 4090705 AT byu DOT net> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com > > *** 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/