[gcc 3.4.3/IRIX] bad command line options: -pthread and -fsquangle
------------------------------------------------------------------
Key: STDCXX-49
URL: http://issues.apache.org/jira/browse/STDCXX-49
Project: STDCXX
Type: Bug
Components: Build
Versions: 4.1.2
Environment: gcc 3.4.3 on SGI IRIX 6.5
Reporter: Martin Sebor
Assigned to: Martin Sebor
Fix For: 4.1.3
Compiling a thread-safe library with gcc 3.4.3 on IRIX configured as shown below emits the
following diagnostics:
gcc -c -I/build/sebor/dev/stdlib/include/ansi -D_RWSTDDEBUG -pthread -D_RWSTD_USE_CONFIG
-I/build/sebor/gcc-3.4.3-15s/include -I/build/sebor/dev/stdlib/include -pedantic -nostdinc++
-fsquangle -g -Wall -W -Wcast-qual -Winline -Wshadow -Wwrite-strings -Wno-long-long -Wcast-align
/build/sebor/dev/stdlib/src/assert.cpp
gcc: unrecognized option `-pthread'
cc1plus: warning: switch "-fsquangle" is no longer supported
$ gcc -v
Reading specs from /build/gcc-3.4.3/bin/../lib/gcc/mips-sgi-irix6.5/3.4.3/specs
Configured with: /build/gcc-3.4.3/configure --prefix=/build/bin --with-languages=c,c++
Thread model: single
gcc version 3.4.3
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|