From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: using RHIDE to build a an EXE with user librarys Date: 26 Sep 2000 10:33:26 GMT Organization: Aachen University of Technology (RWTH) Lines: 22 Message-ID: <8qpu1m$2t2$1@nets3.rz.RWTH-Aachen.DE> References: <8qavs4$6ak$1 AT plutonium DOT btinternet DOT com> <39CA63FE DOT 7E638B43 AT inti DOT gov DOT ar> <39CF5264 DOT 8030913D AT inti DOT gov DOT ar> NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 969964406 2978 137.226.32.75 (26 Sep 2000 10:33:26 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 26 Sep 2000 10:33:26 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com salvador wrote: > Damian Yerrick wrote: >> Presumably, but according to the OP, libstuff and libwins call >> functions in each other. Is there a way to do multipass linking? > Nope, in ld terms the "multipass linking" is only achieved naming the same > library in more than one place. Not quite true. There's those wonderful -( -) options that let you group a list of libraries that will be cycled over as often as needed to remove all inter-dependencies. OTOH, I'ld consider any set of libraries needing that flag to be improperly designed... they really should be built as a single lib, instead. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.