This is the mail archive of the libstdc++@sources.redhat.com mailing list for the libstdc++ project.


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

Unable to build libstdc++-v3


I'm tryping to build gcc together with the libstdc++-v3 for Solaris 2.7.
To do this, I downloaded egcs-20000807.tar and egcs-g++-20000807.tar,
which already contain libstdc++-v3. 

I did a configure, a gmake bootstrap and a gmake install. Everything
worked without giving an error message. The last step installed the
binaries, but did not put the include files to the installation
directory and did not produce the lib.

Next I did a 

	gmake all-target-libstdc++-v3 2>&1 > _make_libstd_result

You find the resulting file in the attachment. In addition, I got the
following error messages:

grep: illegal option -- q
Usage: grep -hblcnsviw pattern file . . .
grep: illegal option -- q
Usage: grep -hblcnsviw pattern file . . .
grep: illegal option -- q
Usage: grep -hblcnsviw pattern file . . .
grep: illegal option -- q
Usage: grep -hblcnsviw pattern file . . .
configure: error: GNU make not found. Please install it or correct your
path.
/pro/prornc/gcc000807/egcs-20000807/libstdc++-v3/configure: gnumake: not
found

These messages result when gmake executes
/pro/prornc/gcc000807/egcs-20000807/libstdc++-v3/configure. I have no
idea why it looks at a file "gnumake". I have gmake, and I have make,
which is a symbolic link to gmake.

The include directory is still empty and I can't locate a libstdc++.

What went wrong here?

Ronald Fischer
-- 
Ronald Otto Valentin Fischer <rovf@earthling.net>
[currently at: Siemens ICM CA MR EM6, phone: +89-722-23368]
http://profiles.yahoo.com/ronny_fischer/
http://fusshuhn.ourfamily.com/cppincomp.html

_make_libstd_result.gz


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