RE: (no subject)
"Stephen F. Booth" <[email protected]>
| Newsgroups | gmane.comp.gcc.cgicc.general |
|---|---|
| Message-ID | <000001c1fbb3$f1d68490$b1d6be3f@hades> |
> I'm trying to build v3.2.1 but I keep getting compiler errors. I > downloaded, untarred and unzipped the latest release. I ran ./configure > in > the root level directory and then typed make. This is what I got: > > > make > Making all in cgicc > make[1]: Entering directory `/home/todd/src/cgicc-3.2.1/cgicc' > make all-am > make[2]: Entering directory `/home/todd/src/cgicc-3.2.1/cgicc' > source='CgiEnvironment.cpp' object='CgiEnvironment.lo' libtool=yes \ > depfile='.deps/CgiEnvironment.Plo' tmpdepfile='.deps/CgiEnvironment.TPlo' > \ > depmode=gcc /bin/sh ../support/depcomp \ > /bin/sh ../libtool --mode=compile > -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -c -o > CgiEnvironment.lo `test -f CgiEnvironment.cpp || echo > './'`CgiEnvironment.cpp > mkdir .libs > g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -c > CgiEnvironment.cpp -Wp,-MD,.deps/CgiEnvironment.TPlo -fPIC -DPIC > cc1plus: /tmp/ccoGCbDt.s: I/O error > make[2]: *** [CgiEnvironment.lo] Error 1 > make[2]: Leaving directory `/home/todd/src/cgicc-3.2.1/cgicc' > make[1]: *** [all] Error 2 > make[1]: Leaving directory `/home/todd/src/cgicc-3.2.1/cgicc' > make: *** [all-recursive] Error 1 > > Does anyone have any ideas why I can't compile the package? I'm trying to > compile on PC loaded with linux (Slackware). What version of g++ are you using? You can use g++ -v to find out...