Mail Archives: djgpp/1999/03/04/09:34:13
> ----------
> 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
>
>
- Raw text -