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]

ltconfig: unrecognized option


Hello.  I am trying to make libstdc++-2.91:

$ uname -a
Linux xxxxxxx.jp 2.2.15 #1 Thu May 4 17:46:50 JST 2000 i686 unknown
$ cd /usr/local/src/gcc-2.95.2
$ tar xvzf ..../libstdc++-2.91.tar.gz
$ ln -sf libstdc++-2.91 libstdc++
$ mkdir /usr/local/src/gccobj
$ cd /usr/local/src/gccobj
$ ../gcc-2.95.2/configure --enable-languages=c++
$ make all-target-libstdc++
[..snip..]
checking how to run the C++ preprocessor... /home/local/src/gccobj/gcc/xgcc -B/home/local/src/gccobj/gcc/ -B/usr/local/i686-pc-linux-gnu/bin/ -E
updating cache ./config.cache
ltconfig: unrecognized option `--build=i686-pc-linux-gnu'
Try `ltconfig --help' for more information.
configure: error: libtool configure failed
Configuring in i686-pc-linux-gnu/libiberty
[..snip..]

And what I get is only libiberty, not libstdc++.  Could anyone tell me
where I erred?

-- 
Haruhiko Okumura <okumura@matsusaka-u.ac.jp>
Matsusaka University, 1846 Kubo-cho, Matsusaka, 515-8511 Japan
Phone: +81-598-29-1122  Fax: +81-598-29-1014
http://www.matsusaka-u.ac.jp/~okumura/

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