Issue Details (XML | Word | Printable)

Key: STDCXX-533
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Martin Sebor
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
C++ Standard Library

[gcc 3.2.1/HP-UX 11.11] configuration error on -pthread, -m32

Created: 23/Aug/07 11:18 PM   Updated: 02/Dec/08 03:05 AM
Return to search
Component/s: Configuration
Affects Version/s: 4.2.0, 4.2.1
Fix Version/s: 4.2.2

Time Tracking:
Original Estimate: 1h
Original Estimate - 1h
Remaining Estimate: 1h
Remaining Estimate - 1h
Time Spent: Not Specified
Remaining Estimate - 1h

Environment: gcc 3.2.1/HP-UX 11.11
Issue Links:
Reference
 

Severity: Compiler Error


 Description  « Hide
This is a regression from 4.1.3 which configures without these errors (although it doesn't seem to pay any attention to the fact that it's a 32-bit build and uses a 64-bit compiler).

$ nice gmake BUILDTYPE=12d BUILDDIR=/build/sebor/stdcxx-gcc-3.2.1-12d/
GNUmakefile:309: "CONFIG not specified, using gcc.config"
creating BUILDDIR=/build/sebor/stdcxx-gcc-3.2.1-12d/
generating /build/sebor/stdcxx-gcc-3.2.1-12d//makefile.in from /tmp_mnt/amd/devco/sebor/stdcxx/etc/config/gcc.config
gmake[1]: Entering directory `/build/sebor/stdcxx-gcc-3.2.1-12d'
gmake[2]: Entering directory `/build/sebor/stdcxx-gcc-3.2.1-12d/include'
gmake config
gmake[3]: Entering directory `/build/sebor/stdcxx-gcc-3.2.1-12d/include'

configuring stdcxx 4.2.0 for gcc-3.2.1 on hp-ux-b.11.11-9000-800

checking if the compiler is sane no

int main () { return 0; }
gcc -pthread -I. -pedantic -nostdinc++ -O2 -m32 -W -Wall -Wcast-qual -Winline -Wshadow -Wwrite-strings -Wno-long-long -Wcast-align -c a.cpp -o a.o
gcc: unrecognized option `-pthread'
cc1plus: invalid option `32'
gmake[3]: *** [sane] Error 1
gmake[3]: Leaving directory `/build/sebor/stdcxx-gcc-3.2.1-12d/include'
gmake[2]: *** [config.h] Error 2
gmake[2]: Leaving directory `/build/sebor/stdcxx-gcc-3.2.1-12d/include'
gmake[1]: *** [config] Error 2
gmake[1]: Leaving directory `/build/sebor/stdcxx-gcc-3.2.1-12d'
gmake: *** [libstd] Error 2



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Martin Sebor made changes - 02/May/08 01:21 AM
Field Original Value New Value
Affects Version/s trunk [ 12312676 ]
Affects Version/s 4.2.1 [ 12312690 ]
Martin Sebor made changes - 02/May/08 01:26 AM
Affects Version/s 4.2.0 [ 12311945 ]
Martin Sebor made changes - 14/May/08 06:41 PM
Assignee Martin Sebor [ sebor ]
Martin Sebor added a comment - 14/May/08 06:42 PM
Scheduled for 4.2.2.

Martin Sebor made changes - 14/May/08 06:42 PM
Severity Compiler Error
Fix Version/s 4.2.2 [ 12313096 ]
Martin Sebor made changes - 14/May/08 06:42 PM
Remaining Estimate 1h [ 3600 ]
Original Estimate 1h [ 3600 ]
Martin Sebor made changes - 14/May/08 06:44 PM
Link This issue relates to STDCXX-927 [ STDCXX-927 ]
Martin Sebor added a comment - 14/May/08 06:44 PM
See also STDCXX-927 for what looks like another configuration issue with gcc on HP-UX.

Martin Sebor made changes - 02/Dec/08 03:05 AM
Assignee Martin Sebor [ sebor ]