public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: "J.D. Bronson" <jd@wixb.com>
To: gcc-help@gcc.gnu.org
Subject: build failed on solaris 9
Date: Thu, 22 Apr 2004 23:09:00 -0000	[thread overview]
Message-ID: <6.1.0.6.2.20040422180456.00bd4f28@cheyenne.wixb.com> (raw)

Since i had troubles with solaris 10, I tried building gcc 3.4.0
on solaris 9. I have been able to successfuly build gcc 3.3.3 on
this same machine and using it to build gcc 3.4.0.

If I try my old way, it will build but then the install fails (just like my 
prior email...install-sh not found)

If I build the recommended way (so that objdir is not any part of srcdir)
the build fails.

I untarred gcc into /var/gcc-3.4.0
then I created /var/obj
and from /var/obj
I ran configure as such:

../gcc*/configure --with-as=/usr/local/bin/as \
--with-ld=/usr/local/bin/ld --disable-nls --enable-threads \
--enable-shared --enable-multilib --with-cpu=pentium4 \
--enable-languages=c,c++,f77 \

then I did 'make bootstrap'
the build goes on for some time then
..
...
checking for ar... ar
checking for ranlib... ranlib
checking for a BSD compatible install... ../gcc-3.4.0/install-sh -c
checking for interface version number...
checking for --enable-version-specific-runtime-libs... no
grep: can't open ${top_srcdir}/../gcc/version.c
checking for ld used by GCC... /usr/local/bin/ld
checking if the linker (/usr/local/bin/ld) is GNU ld... yes
checking for /usr/local/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/local/i386-pc-solaris2.9/bin/nm
checking how to recognise dependant libraries... pass_all
checking for object suffix... o
checking for ranlib... (cached) ranlib
checking for strip... strip
updating cache ./config.cache
loading cache ./config.cache within ltconfig
configure: error: libtool configure failed
make[1]: *** [configure-target-libf2c] Error 1
make[1]: Leaving directory `/var/obj'
make: *** [bootstrap] Error 2


But if srcdir = /var/gcc
and objdir = /var/gcc/obj

it will build 100% but fail install.

Help?




-- 
J.D. Bronson
Aurora Health Care // Information Services // Milwaukee, WI USA
Office: 414.978.8282 // Email: jd@aurora.org // Pager: 414.314.8282

             reply	other threads:[~2004-04-22 23:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-22 23:09 J.D. Bronson [this message]
2004-04-22 23:16 lrtaylor
     [not found] ` <363801FFD7B74240A329CEC3F7FE4CC4015F3C7D@ntxboimbx07.micro n.com>
2004-04-22 23:17   ` J.D. Bronson
2004-04-22 23:57   ` J.D. Bronson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6.1.0.6.2.20040422180456.00bd4f28@cheyenne.wixb.com \
    --to=jd@wixb.com \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).