A
Adam
Hi
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.
Thanks Adam
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.
Thanks Adam