Re: Suppressing linking errors with GCC/G++/ld under Cygwin

2004-12-07 Thread Robert McLeay
Hi again, Thanks very much for your help. I've been working on this some more, and I think that the first solution is the better one. The follow is executed, (excerpt from make's output) with the following errors too. echo EXPORTS > qa.def nm code_block.o qa.o qa_options.o | grep '^ [T] _

Re: Suppressing linking errors with GCC/G++/ld under Cygwin

2004-12-07 Thread Igor Pechtchanski
On Tue, 7 Dec 2004, Robert McLeay wrote: > Hi, > > (Sorry if this is OT, I'm trying to find out the Cygwin equivalent of > a GCC flag from other platforms.) > > I'm trying to compile a library for Qu-Prolog that will be linked at > run-time with program internals. As it will be linked at run time,

Re: Suppressing linking errors with GCC/G++/ld under Cygwin

2004-12-07 Thread Gerrit P. Haase
Robert McLeay wrote: Hi, (Sorry if this is OT, I'm trying to find out the Cygwin equivalent of a GCC flag from other platforms.) I'm trying to compile a library for Qu-Prolog that will be linked at run-time with program internals. As it will be linked at run time, I would like to suppress all "unde

Suppressing linking errors with GCC/G++/ld under Cygwin

2004-12-06 Thread Robert McLeay
Hi, (Sorry if this is OT, I'm trying to find out the Cygwin equivalent of a GCC flag from other platforms.) I'm trying to compile a library for Qu-Prolog that will be linked at run-time with program internals. As it will be linked at run time, I would like to suppress all "undefined reference" er