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]

libstd3++ build error


I have successfully built gcc 3.0 on a Compaq AlphaServer (Tru64 Unix 5.0A) but
had to do so without the libraries because it complained about requiring gcc
3.0. Now that I am trying to build libstd I get the same error message (see
below)!

Anybody out there know what I have done wrong and/or can point me in the right
direction?

Thanks in advance.

Marchelm Bomers

+++ TAIL END OF `make` +++
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for dlfcn.h... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) no
appending configuration tag "CXX" to libtool
checking for GNU make... /users/marchelm/ftp/gcc/gcc-3.0/libstdc++-v3/configure:
 gmake: not found
gnumake
checking for g++ that will successfully compile libstdc++-v3... configure: error
: please upgrade to GCC 3.0 or above
make: *** [configure-target-libstdc++-v3] Error 1
+++ END +++

NB:
1. gnumake is my alias for /usr/local/bin/make (GNU Make version 3.77)
2. previous version of gcc was egcs-2.91.66 (in case that's important)

But g++ IS 3.0 (see below)!!??

#which g++
/usr/local/bin/g++
#ls -ld /usr/local/bin/g++
-rwxr-xr-x   4 root     daemon    453856 Aug  2 16:43 /usr/local/bin/g++*
#g++ --version
3.0
begin:vcard 
n:Bomers ;Marchelm
tel;fax:<BR>51226719 or 99026719<BR><BR>
tel;work:<BR>(03) 51226963&nbsp&nbsp&nbsp- Local<BR>(03) 99026963&nbsp&nbsp&nbsp- National<BR>+61 3 99026963 - International<BR><BR>0408390813&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp - Mobile<BR><BR>
x-mozilla-html:FALSE
org:Client Services - Gippsland Campus;<BR><A HREF=http://www.its.monash.edu.au><IMG SRC=http://www.monash.edu.au/assets/monash_logo.gif BORDER=0></A><BR><BR>
adr:;;<BR>Northways Rd., Churchill<BR>Victoria 3842<BR>AUSTRALIA;;;;
version:2.1
title:Technology Services Coordinator
x-mozilla-cpt:;-24016
fn:Marchelm Bömers
end:vcard

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