libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can anyone think of a way to get circular dependencies between windo


From: Dave Korn
Subject: Re: Can anyone think of a way to get circular dependencies between windows DLLs?
Date: Thu, 18 Mar 2010 01:49:35 +0000
User-agent: Thunderbird 2.0.0.17 (Windows/20080914)

On 17/03/2010 21:24, Ralf Wildenhues wrote:

> You can use '-Wc,', '-Wl,', '-Xcompiler ', or '-Xlinker ' to get command
> line arguments to by-pass libtool mangling and interpretation, and end
> up being passed to the compiler driver or the linker, respectively.
> The arguments may be ordered differently on the resulting command line,
> however.
> 
> IIUC then the rest may be had by makefile rules?

  Thanks Ralf, I didn't know to try that; I'll give it a go and report back if
it does the job.

  Can I build an import library in the .libs/ subdir and leave an empty one by
the same name in the parent dir and the -L paths will make sure that the one
goes into the DLL link and the other ends up in the static archive?

    cheers,
      DaveK




reply via email to

[Prev in Thread] Current Thread [Next in Thread]