(no subject)
"Todd Strilchuk" <[email protected]>
| Newsgroups | gmane.comp.gcc.cgicc.general |
|---|---|
| Message-ID | <[email protected]> |
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). -- Todd To every rule there is an exception, and vice versa.