help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-gplusplus] g++/Fortran/SunOS


From: Sharon Stanfill
Subject: [Help-gplusplus] g++/Fortran/SunOS
Date: Tue, 19 Sep 2000 10:25:27 -0400 (EDT)

Help! I'm having a problem linking using g++ version 
2.7.2 on a Sun4 (SUNOS 4.1.4) when I attempt to include
Fortran (/usr/lang/SC1.0.1). 
Here's what happens (for a trivial hello world program):

.>gmake -e A_example
g++ -I/usr/local/lib/g++-include -I/usr/local/lib -I/usr/local/lib/g++-include 
-I/usr/include -I/usr/local/include -I.  -L.-L/usr/local/lib -L/usr/lib 
-L/usr/lang/SC1.0.1   -o A_example A_example.o -lc -lm -lF77 
collect2: ld returned 2 exit status
ld: Undefined symbol
   _fix_libc_
   ___nox_double_to_decimal
   ___nox_single_to_decimal
   ___nox_quadruple_to_decimal
   ___class_quadruple
gmake: *** [A_example] Error 1


Sharon Stanfill
sharons@ll.mit.edu
>From zazhigin@sigma.ispras.ru Tue Oct 17 10:02:04 2000
Received: from jupiter.ispras.ru ([194.67.37.66])
        by fencepost.gnu.org with smtp (Exim 3.16 #1 (Debian))
        id 13lXJa-0001jX-00
        for <help-g++@gnu.org>; Tue, 17 Oct 2000 10:02:03 -0400
Received: from localhost by jupiter.ispras.ru (SMI-8.6/SMI-SVR4)
        id RAA22699; Tue, 17 Oct 2000 17:59:55 +0400
Date: Tue, 17 Oct 2000 17:59:55 +0400 (MSD)
From: Alexander Zazhigin <zazhigin@sigma.ispras.ru>
X-Sender: zazhigin@jupiter
To: help-g++@gnu.org
Subject: g++
In-Reply-To: <20001017015827.N18999@ebb.org>
Message-ID: <Pine.GSO.4.03.10010171758080.22674-100000@jupiter>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: help-gplusplus-admin@gnu.org
Errors-To: help-gplusplus-admin@gnu.org
X-BeenThere: help-gplusplus@gnu.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:help-gplusplus-request@gnu.org?subject=help>
List-Post: <mailto:help-gplusplus@gnu.org>
List-Subscribe: <http://mail.gnu.org/mailman/listinfo/help-gplusplus>, 
<mailto:help-gplusplus-request@gnu.org?subject=subscribe>
List-Id: Users list for the GNU C++ compiler <help-gplusplus.gnu.org>
List-Unsubscribe: <http://mail.gnu.org/mailman/listinfo/help-gplusplus>, 
<mailto:help-gplusplus-request@gnu.org?subject=unsubscribe>
List-Archive: http://mail.gnu.org/pipermail/help-gplusplus/

> > Hello
> >   I am a representative of the Russian organisation: Institute of System
> > Programming from Russion Academy of Science (www.ispras.ru).
> > 
> > I have question for g++ compiler:
> 
> > What version of g++ compiler supports:
> >   a. exceptions (try, catch, throw constructions + exception include and
> > lib sources).
> >   b. namespaces
> > 
> > Is these constructions supports at the last versions of g++?
> > >From what version its supports?
> > 
> > I have 2.95.1 version of g++. Where I can get new version of g++ with
> > extensions or/and namespaces?
> > Is it free software?
> > What I need to do for getting license for new versions of g++?
> > /Best regards, Alexander




reply via email to

[Prev in Thread] Current Thread [Next in Thread]