LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   GNU based c++ cross compiler unable to link c library (https://www.linuxquestions.org/questions/programming-9/gnu-based-c-cross-compiler-unable-to-link-c-library-328762/)

k_taid 05-31-2005 01:40 AM

GNU based c++ cross compiler unable to link c library
 
i have to replace a C cross compiler in an application that has to compile C code with a C++ cross compiler so that C++ features can be added to the application. However, the compiler is not able to recognize some library functions (of the application) although the library path is included. Is it possible that the C++ cross-compiler is unable to read the library whose source code is written in C? Or can it be that the earlier C cross-compiler executable (gcc.exe) has a library of the relevant functions already linked to it? Both the C and C++ cross compilers are the ones distributed by the name of DJGPP - by DJ delorie.

trickykid 06-29-2005 09:38 AM

Moved: More suitable in our Programming forum.


All times are GMT -5. The time now is 09:40 PM.