This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

building GCC on OpenServer. was: Please Help Me!


Please use good subject lines so you get the attention of the people
that can help you.

KIM wrote:

>    I would like to install GCC in our Server systme (SCO OpenServer
>    5.0.5).

What version of GCC?

>    "Configuring for a i686-pc-sco3.2v5.0.5 host.
>    Created "Makefile" in /u/data/objdir using "mh-frag"
>    /u/data/srcdir/configure: cc: not found
>    *** The command 'cc -o conftest -g   conftest.c' failed.
>    *** You must set the environment variable CC to a working compiler"
>    
>    I tried to find cc(#find / -name "cc") but it's not here

To build anything (including GCC) from source, you need a functioning
compiler.  On OpenServer, the most common options are to use the SCO
Development System, the SCO UDK, or to install prebuilt GCC from the
Skunkware cd that came with your system.[1]   

Of course, if you install GCC 2.95.1 binaries from the Skunkware CD (or
from www.sco.com/skunkware/) be sure to follow the directions that come
with them about the linkers and libraries package.   

[1] This is a FAQ.  http://www.zenez.com/cgi-bin/scoprogfaq/faq.pl?file=90

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]