Re: cannot find -lstdc++
From: Buster (noone_at_nowhere.com)
Date: 04/12/04
- Next message: Buster: "Re: Conversion problem"
- Previous message: Sumit Rajan: "Re: confusion with const functions return types"
- In reply to: Adam: "cannot find -lstdc++"
- Next in thread: Jorge Rivera: "[OT} Re: cannot find -lstdc++"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 12 Apr 2004 08:19:24 +0100
Adam wrote:
> I have been trying to compile a program and keep getting this error
>
> gcc -g -Wall -c filecopy.c
> g++ -static -g -o assess mark.o mark1.o mark2.o mark3.o mark4.o
> mark5.o mark5a.o mark5b.o mark5c.o mark5d.o mark6.o markio.o mark7.o
> markutil.o markclas.o rportptr.o strupr.o scrnpagr.o scrnform.o
> markver.o markform.o date.o filecopy.o -lncurses
> /usr/bin/ld: cannot find -lstdc++
> collect2: ld returned 1 exit status
> make: *** [assess] Error 1
> [lgm@buzz src]$
>
> any help would be great.
On my system, libstdc++.a is right there in /usr/lib/. Maybe your
installation is faulty. This newsgroup discusses the C++ language.
It's not the most suitable place for your question. See the FAQ
and welcome message.
-- Regards, Buster.
- Next message: Buster: "Re: Conversion problem"
- Previous message: Sumit Rajan: "Re: confusion with const functions return types"
- In reply to: Adam: "cannot find -lstdc++"
- Next in thread: Jorge Rivera: "[OT} Re: cannot find -lstdc++"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|