Message-ID: <3643CE18.85D485F8@flute.rockefeller.edu> From: Francisco Melo Ledermann Organization: The Rockefeller University X-Mailer: Mozilla 4.05 [en] (Win95; U) MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: please help ! ... References: <3643BD36 DOT 4FEA3E9B AT flute DOT rockefeller DOT edu> <720eva$hm9$1 AT news DOT luth DOT se> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 32 Date: Fri, 06 Nov 1998 23:35:36 -0500 NNTP-Posting-Host: 129.85.35.118 X-Trace: rockyd.rockefeller.edu 910413398 129.85.35.118 (Fri, 06 Nov 1998 23:36:38 EDT) NNTP-Posting-Date: Fri, 06 Nov 1998 23:36:38 EDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Martin Str|mberg wrote: > Francisco Melo Ledermann (fmelo AT flute DOT rockefeller DOT edu) wrote: > : c:/djgpp/bin/ld.exe: cannot open -lc_app: no such file or directory > : (ENOENT) > > 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) ?? -is this problem going to happen again with other libraries ??? -can I set the path to that library in such a way to avoid to be typing the path explicitely every time ? -which other paths should be set in such a way to have the libraries visible all the time ? Thanks a lot !, Francisco.