Ah, I found an issue for it: https://issues.apache.org/jira/browse/STDCXX-800
> -----Original Message----- > From: Eric Lemings [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 22, 2008 11:33 AM > To: [email protected] > Subject: Problem building with EDG eccp 3.10 > > > I'm trying to do a build on Linux with EDG eccp 3.10. I keep getting > the following errors during configuration. > > creating BUILDDIR=/build/stdcxx-4.2.x-12D-eccp > generating /build/stdcxx-4.2.x-12D-eccp/makefile.in from > /source/stdcxx/branches/4.2.x/etc/config/eccp.config > make[1]: Entering directory `/build/stdcxx-4.2.x-12D-eccp' > make[2]: Entering directory `/build/stdcxx-4.2.x-12D-eccp/include' > make config > make[3]: Entering directory `/build/stdcxx-4.2.x-12D-eccp/include' > > configuring stdcxx 4.2.2 for eccp-3.10.1 on > linux-2.6.18-8.el5xen-x86_64 > > checking if the compiler is sane ok (invoked with > eccp) > checking if the linker is sane no > > int main () { return 0; } > eccp -D_RWSTD_SHARED_LIB -D_REENTRANT -I. -A -x > --template_directory=/build/stdcxx-4.2.x-12D-eccp/lib -O > --display_error_number --remarks --diag_suppress > 193,236,340,401,261,479,487,678,679,815 -c a.cpp -o a.o > eccp a.o --template_directory=/build/stdcxx-4.2.x-12D-eccp/lib -shared > /usr/lib/libpthread.so -lm -o a.out > eccp: unknown option: -shared > > What gives? > > Brad. >
