public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Manfred Hollstein US/EPB3 60/1F/110 #40283 <Manfred.Hollstein@ks.sel.alcatel.de>
To: sichen@studbox.uni-stuttgart.de
Cc: law@cygnus.com, egcs@cygnus.com
Subject: Re: egcs-1.0.2 installation
Date: Thu, 16 Apr 1998 02:26:00 -0000	[thread overview]
Message-ID: <13621.42926.80969.926065@slsvhmt> (raw)
In-Reply-To: <3534EFEC.57D21F70@studbox.uni-stuttgart.de>

On Wed, 15 April 1998, 19:35:40, sichen@studbox.uni-stuttgart.de wrote:

 > Jeffrey A Law wrote:
 > > 
 > >   In message < 35347CE7.C921A21B@studbox.uni-stuttgart.de >you write:
 > >   > i have just one further question:
 > >   > how to build the shared stdc++ libraries. trying the "--enable-shared"
 > >   > option gave me an error during compilation.
 > > What error did it give you?  If you don't tell us the actual error,
 > > then it's hard to suggest any hints on how to fix the problem.
 > 
 > jeff, thanks for your answer.
 > i thought that it was maybe a known problem, so i didn't tell details,
 > sorry.

Well, your problem has been  observed already  on Solaris using  Sun's
make, but I've never seen (or heard about) it  on Linux ;-? You should
be able to build everything correctly, if you're  using a builddir not
located  in  srcdir; i.e.  create   a directory  egcs-1.0.2-build as a
sibling directory to egcs-1.0.2.

 > as far as i can see, stage1 and stage2 are built without problems. the
 > following are the very last rows of the build process; where it stops
 > with an error:
 > 
 > ----snip----
 > make[3]: Entering directory `/usr/src/egcs-1.0.2/objdir/libraries/libio'
 > make[3]: `iostream.list' is up to date.
 > make[3]: Leaving directory `/usr/src/egcs-1.0.2/objdir/libraries/libio'
 > /usr/src/egcs-1.0.2/objdir/gcc/xgcc -B/usr/src/egcs-1.0.2/objdir/gcc/ -g
 > -O2 -fno-implicit-t
 > emplates -Wl,-soname,libstdc++.so.`echo 2.8.0 | sed
 > 's/\([0-9][.][0-9]\).*/\1/'` -shared -o 
 > libstdc++.so.2.8.0 `cat piclist` -lm
 > xgcc: pic/cmathi.o: No such file or directory
 > xgcc: pic/cstdlibi.o: No such file or directory
 > xgcc: pic/cstringi.o: No such file or directory
 > xgcc: pic/cstrio.o: No such file or directory
 > xgcc: pic/cstrmain.o: No such file or directory
 > xgcc: pic/dcomio.o: No such file or directory
 > xgcc: pic/dcomplex.o: No such file or directory
 > xgcc: pic/fcomio.o: No such file or directory
 > xgcc: pic/fcomplex.o: No such file or directory
 > xgcc: pic/ldcomio.o: No such file or directory
 > xgcc: pic/ldcomplex.o: No such file or directory
 > xgcc: pic/stdexcepti.o: No such file or directory
 > xgcc: pic/stlinst.o: No such file or directory
 > make[2]: *** [libstdc++.so.2.8.0] Error 1
 > make[2]: Leaving directory
 > `/usr/src/egcs-1.0.2/objdir/libraries/libstdc++'
 > make[1]: *** [all-target-libstdc++] Error 2
 > make[1]: Leaving directory `/usr/src/egcs-1.0.2/objdir'
 > make: *** [bootstrap] Error 2
 > sichen:/usr/src/egcs-1.0.2/objdir # ls
 > ---snip----
 > 
 > so to me it looks like xgcc cannot find some object files -- but where
 > should they come from?!
 > maybe i am just doing a simple mistake, but i followed the INSTALL
 > instructions very closely: i did a "../configure --prefix=/usr/egcs
 > --enable-shared" and then a "make bootstrap".
 > 
 > the error does not occur, when i just do a "../configure
 > --prefix=/usr/egcs"?!
 > 
 > regards,
 > 	markus
 > 
 > -- 
 > Markus Sicheneder, Allmandring 20 C, D-70569 Stuttgart
 > e-mail: sichen@studbox.uni-stuttgart.de                        
 > www:    http://wwwcip.rus.uni-stuttgart.de/~lrt12741/

manfred

  parent reply	other threads:[~1998-04-16  2:26 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-04-15  2:25 Markus Sicheneder
1998-04-15 11:37 ` Jeffrey A Law
1998-04-15 15:09   ` Markus Sicheneder
1998-04-15 19:57     ` Jeffrey A Law
1998-04-16 13:53       ` egcs-1.0.2 installation (still problems) Markus Sicheneder
1998-04-15 23:03     ` egcs-1.0.2 installation Gerald Pfeifer
1998-04-16 10:51       ` Craig Burley
1998-04-18  1:43         ` Jeffrey A Law
1998-04-17 23:53           ` Craig Burley
1998-04-19  1:49           ` Gerald Pfeifer
1998-05-07  6:52         ` PATCH: htdocs/install/configure.html Gerald Pfeifer
1998-05-08 13:02           ` Jeffrey A Law
1998-04-16  2:26     ` Manfred Hollstein US/EPB3 60/1F/110 #40283 [this message]
1998-04-16 10:51     ` egcs-1.0.2 installation Horst von Brand
1998-04-16 18:39       ` Markus Sicheneder
1998-04-17 22:05         ` Jeffrey A Law
  -- strict thread matches above, loose matches on Subject: below --
1998-04-07 15:26 Bart Vansegbroeck

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=13621.42926.80969.926065@slsvhmt \
    --to=manfred.hollstein@ks.sel.alcatel.de \
    --cc=egcs@cygnus.com \
    --cc=law@cygnus.com \
    --cc=sichen@studbox.uni-stuttgart.de \
    /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).