This is the mail archive of the cygwin@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]

Re: [Urgent] Building relocatable DLLs


On Sun, 2001-10-28 at 06:57, Stephano Mariani wrote:
> Firstly I would like to apologise in advance if this is not the right list
> and request that someone direct me to the correct list/page.

We've got the info here, but the question is really a combination
gcc/binutils question - they are the tools we use.
 
> I would like some detailed information on the correct procedure to build
> relocateable dlls using the cygwin tools.

gcc -o foo.dll a.c b.c c.c -l bar

is the canonical way. Run ld --help to get a list of parameters, which
are then passed through gcc via "-Wl,"

Rob


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.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]