RE: (no subject)
"Todd Strilchuk" <[email protected]>
| Newsgroups | gmane.comp.gcc.cgicc.general |
|---|---|
| Message-ID | <[email protected]> |
My humble apologies to all... it turns out that the /tmp dir was full (when I checked it did not show 100% because /tmp was not given its own partition as I had assumed). Anyhow, it managed to build and I'm now adding it to my application code. Sorry! :) -- Todd To every rule there is an exception, and vice versa. > -----Original Message----- > From: [email protected] [mailto:[email protected]]On > Behalf Of Stephen F. Booth > Sent: May 14, 2002 6:58 PM > To: 'Todd Strilchuk'; [email protected] > Subject: RE: (no subject) > > > > 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... > > > > _______________________________________________ > help-cgicc mailing list > [email protected] > http://mail.gnu.org/mailman/listinfo/help-cgicc >