From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: using RHIDE to build a an EXE with user librarys Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: References: <8qavs4$6ak$1 AT plutonium DOT btinternet DOT com> <39CA63FE DOT 7E638B43 AT inti DOT gov DOT ar> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 33 X-Trace: /bV2/6EOWyMYvE6IRdxBlOCouw7R7Qw6auAmwMjWC8/sx4ip6Jw5LcNiXMmbJU0cHbd0TDuCCUtH!TK5ymnuhttkNGqUHSFwW4hrG05v5r61+JYyScC0+GCmCxzqhGGtCqkB5HWZIkLEpUR0INVmhWJuQ!jgbndA== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Thu, 21 Sep 2000 20:49:55 GMT Distribution: world Date: Thu, 21 Sep 2000 20:49:55 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Thu, 21 Sep 2000 16:39:42 -0300, salvador wrote: >psn wrote: > >> Hi, >> >> Firstly, I would like to apologise if I am being a little stupid, but this >> problem has completely stumped me! >> >> I am trying to build a .EXE file in RHIDE - but I just cannot make the darn >> thing link. >> >> This is what I have got... >> >> program.gpr - a project file containing a few source files including one >> with a the all important main() function. >> libwins.grp - a project file containing source files which contain some >> related user library functions. I have built this and produced libwins.a >> libstuff.grp - as above and built to produce libstuff.a > >Are libstuff.gpr and libwins.gpr included in the main project (program.gpr)? Presumably, but according to the OP, libstuff and libwins call functions in each other. Is there a way to do multipass linking? --