LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   C compiler (https://www.linuxquestions.org/questions/linux-general-1/c-compiler-664116/)

gmurillo 08-20-2008 12:28 PM

C compiler
 
I have 5 machines working in Debian. I need to install another one to program in Borland C. When I install the new version of Debian I try to compile my old programs and those programs donīt compile because the compiler couldnīt find the libreries (libsis.a)

XavierP 08-20-2008 12:42 PM

Moved: This thread is more suitable in Linux-General and has been moved accordingly to help your thread/question get the exposure it deserves.

rjlee 08-20-2008 01:57 PM

You need to install libsis.a.

I'm not sure what libsis is, it certainly isn't a standard Debian package. it could be a “logic synthesis system” from UC Berkeley (http://embedded.eecs.berkeley.edu/Alumni/pchong/sis/). This has probably been removed due to a lack of support, since it's authors don't support it anymore. But you should be able to install it from the tarball at that link.

Hope that helps,

— Robert J Lee

gmurillo 08-21-2008 05:41 PM

Quote:

Originally Posted by gmurillo (Post 3253972)
I have 5 machines working in Debian. I need to install another one to program in Borland C. When I install the new version of Debian I try to compile my old programs and those programs donīt compile because the compiler couldnīt find the libreries (libsis.a)

An other problem is that the Compiler doesn't find the "stdio.h".

AlucardZero 08-21-2008 06:06 PM

apt-get intsall build-essential


All times are GMT -5. The time now is 06:15 AM.