public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Max Lawson <mlawson@drfmc.ceng.cea.fr>
To: egcs@cygnus.com
Subject: 970929 snapshot. undefined reference in libstdc++.so. Help needed !
Date: Thu, 02 Oct 1997 11:32:00 -0000	[thread overview]
Message-ID: <9710021831.AA25072@drfmc.ceng.cea.fr> (raw)

	Hi.

I've downloaded the 970929 snapshot and succeded building
the compiler (make bootstrap LANGUAGES="c c++" BOOT_CFLAGS="-g -O2").
My box is i586-pc-linux-gnulibc1

I've made the installation (make install LANGUAGES="c c++" CFLAGS ="-g -O2").
As I tried to compile a test-program (that the pevious snapshot didn't succeed
compile), I got a linker error.... To summarize, I can't link the 
following program:

--------------------test.cc----
#include <iostream.h>
int main() { cout << "hello\n"; return 0; }
--------------------cc.tset----
$ g++ -g test.cc
/usr/local/lib/libstdc++.so: undefined reference to '_IO_outfloat'
collect2: ld returned 1 exit status.

Thanx in advance for your help, Max

             reply	other threads:[~1997-10-02 11:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-10-02 11:32 Max Lawson [this message]
1997-10-02 13:17 ` H.J. Lu
1997-10-02 14:46   ` Upgrading libc! [Re: 970929 snapshot. undefined reference in libstdc++.so. Help needed !] Mumit Khan
1997-10-02 16:27     ` Chip Salzenberg
     [not found] <9710021831.AA25072.cygnus.egcs@drfmc.ceng.cea.fr>
1997-10-02 11:52 ` 970929 snapshot. undefined reference in libstdc++.so. Help needed ! Jason Merrill
1997-10-03 12:55   ` Alexandre Oliva

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=9710021831.AA25072@drfmc.ceng.cea.fr \
    --to=mlawson@drfmc.ceng.cea.fr \
    --cc=egcs@cygnus.com \
    /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).