Mail Archives: djgpp/1998/11/07/06:45:49
Francisco Melo Ledermann (fmelo AT flute DOT rockefeller DOT edu) wrote:
: Martin Str|mberg wrote:
: > Perhaps you need to tell the linker where to find libc_app.a?
: > Supposing you have g:/x/y/z/libc_app.a pass the this to the linker:
: > "-Lg:/x/y/z/".
: >
:
: That's right !!!. I can compile now from the command line. Jusr two
: additional questions:
:
: -how can I automatically set that in rsx-ide (compiler options) ??
Don't know.
: -is this problem going to happen again with other libraries ???
Yes, likely.
: -can I set the path to that library in such a way to avoid to be typing
: the path explicitely every time ?
There are several ways. One would be to put that librabry in
djgpp/lib, which might not suite you if it isn't a system
library. Another would be to set the right environment variables; to
find out which read the documentation. A third would be using
makfiles, which I would do, but that's because I'm familiar with
makefiles. There surely are other ways too.
: -which other paths should be set in such a way to have the libraries
: visible all the time ?
I don't understand the question. What paths? Isn't this a repetition
of question three?
Right,
MartinS
- Raw text -