This is the mail archive of the
egcs@egcs.cygnus.com
mailing list for the EGCS project. See the EGCS
home page for more information.
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]
Re: (OFFTOPIC?) fstream, egcs, glibc2.1 and seg faults
- To: "David B. Rees" <dbr@spoke.nols.com>
- Subject: Re: (OFFTOPIC?) fstream, egcs, glibc2.1 and seg faults
- From: David Edelsohn <dje@watson.ibm.com>
- Date: Wed, 17 Mar 1999 14:48:23 -0500
- Cc: egcs@egcs.cygnus.com
- Delivered-To: listarch-egcs@egcs.cygnus.com
- Delivered-To: mailing list egcs@egcs.cygnus.com
- In-Reply-To: Message from "David B. Rees" <dbr@spoke.nols.com> of "Wed, 17 Mar 1999 11:40:16 PST." <XFMail.990317114016.dbr@spoke.nols.com>
- Mailing-List: contact egcs-help@egcs.cygnus.com; run by ezmlm
- Sender: owner-egcs@egcs.cygnus.com
>>>>> "David B Rees" writes:
David> All appears normal. BTW, -Wl isn't a valid compiler flag. There seems to be a
David> few other people out there with this problem. Dave B. posted that he's got the
David> same problem, but using RPMS. I'm going to install those RPMS on my RedHat box,
David> and figure out what breaks it.
"-Wl,OPTION" means pass OPTION to the linker directly. It is a
valid GCC/EGCS flag.
David