Bugzilla – Bug 65
Stripping mktemp during install causes crash on execution
Last modified: 2003-03-19 22:51:47 MST
Platform : Solaris 8 INTEL / gcc-3.0.3 with gnu as/ld Stripping the binary will cause in to crash on running and gdb/truss/apptrace give no useful information when tracking down the problem. Suggest that binary stripping be drop :-) Peter
The problem is that GNU strip is busted. You should remove it (or just move it out of the way) and then /usr/ccs/bin/strip will be used (which should work fine).