This is the mail archive of the gcc-help@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]
Other format: [Raw text]

RE: help?! not sure what needs to be corrected..


You need to have access to a C compiler in order to build GCC.  It looks like your compiler is having problems connecting to the license server - that, or you just don't have a license.  This is something you'll need to talk to your system administrators about.

Also, if your configure command below is correct, then you're building in the wrong spot - you should not be building GCC in a subdirectory inside the source tree.  It should be in a directory anywhere outside of the source tree.  For example, if your source is in /newgcc/gcc-3.3.2, you shouldn't put your objdir under that directory.  Rather, you should do something like /newgcc/objdir.

Cheers,
Lyle

-----Original Message-----
From: gcc-help-owner@gcc.gnu.org [mailto:gcc-help-owner@gcc.gnu.org]On
Behalf Of Thomas Traxler
Sent: Wednesday, January 21, 2004 3:50 PM
To: gcc-help@gcc.gnu.org
Subject: help?! not sure what needs to be corrected..


i have reviewed the docs at gnu.org for installing gcc 3.3.2, but can't
find any reference to the problems i'm having.  the following is the
entire output after running ../configure --with-as=/usr/ccs/bin/as
--with-ld=/usr/ccs/bin/ld --disable-nls         please help if you can.
or maybe tell me where i can get the info??  thanks in advance.

Configuring for a sparc-sun-solaris2.9 host.
Created "Makefile" in /newgcc/gcc-3.3.2/objdir using
"mh-frag"
License Error : Cannot connect to the license server (unknown)..
 for product(Sun WorkShop Compiler C SPARC).
 (License server may not have been started)
Cannot connect to license server
 The server (lmgrd) has not been started yet, or
 the wrong port@host or license file is being used, or the
 port or hostname in the license file has been changed.
Feature:workshop.c.sparc
Server name:unknown
FLEXlm error:-15,12.  System Error: 146    Connection refused
*** The command 'cc -o conftest -g   conftest.c' failed.
*** You must set the environment variable CC to a working compiler.


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