This is the mail archive of the cygwin-apps@cygwin.com 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: [PATCH]: mknetrel builds Guile #3: libtool


On Wed, Jul 10, 2002 at 10:55:26AM +0200, Jan Nieuwenhuizen wrote:
>Christopher Faylor <cgf@redhat.com> writes:
>>Everything I've ever heard about says that you should avoid running ld
>>by itself.  I actually went to some effort to do this when building
>>cygwin.  However, maybe libtool is different.  I'm not familiar with it
>
>Yes, well.  I also don't know if libtool can get away with avoiding to
>run ld.  The only thing I did know, was that current CVS libtool *does*
>run ld, and gets distressed when it's ld doesn't match it's gcc.

Btw, after some investigation, It appears that you are putting
/whereever/i686-pc-cygwin/bin in your path when it is not intended to be
in your path.  That directory is only intended to be run by the cross
tools.  If you need to use the cross versions of ar, as, ld, etc., you
should be invoking them as i686-pc-cygwin-ar, i686-pc-cygwin-as, etc.
Including this directory in your path will just confuse the native
tools since it has the undecorated versions of the programs like "ld".

cgf


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