This is the mail archive of the cygwin-apps 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: Libtool: erroneous relinking


Gerrit P. Haase wrote:

Max Bowsher wrote:

I'm running into a problem building the apache subversion modules, where libtool builds them fine, but then screws up when it tries to relink them for installation.

Now, I thought that relinking was only for altering the linked-in rpath, from the build directory to the final install directory? If so, then since DLLs don't have an rpath, is there any point whatsoever in relinking them?

I'd like to know whether the answer is to simply disable relinking entirely, before I dig into the guts of libtool.


I do so in locally applied changes, I see no problems.

Search for need_relink=yes around line 2453 in ltmain.sh and set to no before reconfiguring.


Gerrit -- =^..^=


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