Mail Archives: djgpp/2006/04/30/13:01:10
Thank you all of you.
In fact I have solved a lot of my problems in duplicating library definition
in the linker.
Thanks
"Brian Inglis" <Brian DOT Inglis AT SystematicSW DOT Invalid> a écrit dans le message
de news: aq0852lt1e8t0rhvf1judal7463crf59kl AT 4ax DOT com...
> On Sat, 29 Apr 2006 22:28:31 +0200 in comp.os.msdos.djgpp, "Martin
> Boulte" <martin DOT boulte AT free DOT fr> wrote:
>
> >Hi guys,
> >
> >Could you have a look to my makefile and explain me :
> >
> >Is it correct to invoke the linker with a comman file as I do :
> >$(ILINK_EXE) -t @build.tmp ?
> >Why the result of linking path is always : cannot find -lgtnul
> >If I change the order of -lgtnul in the library lit, for example with
llang,
> >the error massage will become : cannot find -llang
>
> Try specifying both libraries twice in the command file as in:
>
> -lgtnul -llang -lgtnul -lglang
>
> as there are sometimes problems when routines in one library call
> routines in a second library, and there are also routines in the
> second library calling routines in the first library.
>
> --
> Thanks. Take care, Brian Inglis Calgary, Alberta, Canada
>
> Brian DOT Inglis AT CSi DOT com (Brian[dot]Inglis{at}SystematicSW[dot]ab[dot]ca)
> fake address use address above to reply
- Raw text -