Mail Archives: djgpp/1993/11/10/05:31:16
Christoph Kuhmuenc writes:
> I downloaded the basic files to work with djgpp and have a little trouble
> with the libraries. I always have to compile programs with
> gcc <name> -lgpl -lm
> I found an ASCII-File called "specs" maybe there"s something wrong with it?
This is only required when linking C++ code using GPL routines.
^^^^^^^^^^^
> Maybe somebody can explain to me which library contains object-code for C
> ( or C++) sources? E.g. I have a library libm and a library libm_p. Must
> I use libm_p to compile C++ sources?
'libm_p.a' is equal to 'libm.a', but contains extra info for profiling.
The linker will select the approriate library, depending on the switches.
>
> Thanks for your help
>
> Chris
>
>
>
- Raw text -