From: josepva AT informatica DOT TELERJ DOT net DOT br Message-ID: <39AE1D927549D111A88F00A0C94B9C7D765ED4@rj01mai01.informatica.telerj.net.br> To: djgpp AT delorie DOT com Subject: EN: Problems linking RSX with the newer GCC version Date: Thu, 4 Mar 1999 12:11:40 -0300 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id JAA09505 Reply-To: djgpp AT delorie DOT com > ---------- > De: José Paulo Vidal Amaral > Enviada: Terça-feira, 2 de Março de 1999 10:10 > Para: 'djgpp AT delorie DOT com' > Assunto: Problems linking RSX with the newer GCC version > > Hi, > > I have been using RSX with GCC 2.7.X with success. Now I have downloaded > all the necessary packages using ZIP PICKER (great stuff!) to build GCC, > but when I try to compile even a simple sample program like CPLUS in the > GUI directory, it gives me this error: > > c:/djgpp/bin/ld.exe: cannot open -lc_app: No such file or directory > (ENOENT) > > I had searched this lib in the RSX directory tree and found it in /LIB/ST > (maybe single treat libs) and in /LIB/MT (maybe multi treat libs). So I > think that the problem could be in the specs file. I looked it and find > that: > > . > . > . > *link: > %{Zwin32: -Lc:/djgpp/rsxntdj/lib/all} > . > . > . > To me it looks like it only search the necessary libs in the directory > described by the command line above. I try to look info files for a way to > define more than one directory lib search without success. So I tried the > following lines: > > %Zwin32: -Lc:/djgpp/rsxntdj/lib/all;c:/djgpp/rsxntdj/lib/st} > %Zwin32: -Lc:/djgpp/rsxntdj/lib/all,c:/djgpp/rsxntdj/lib/st} > %Zwin32: -Lc:/djgpp/rsxntdj/lib/all+c:/djgpp/rsxntdj/lib/st} > > I got only anothers errors with the commands above. I was thinking in copy > the lib file from /LIB/ST to /LIB/ALL to try to make my programs to work, > but I do not want to mess up my files. So, What can I do now? > > I hope I have given all the necessary information, and thanks in advance, > > José Paulo > Rio de Janeiro - Brazil > >