Menu

#95 -Wall hard coded into configure

open
nobody
5
2011-01-12
2011-01-12
Mark
No

wput 0.6.2
Solaris 5.11
Sun SPRO compiler

host:/var/tmp/wput-0.6.2 root# ./configure --prefix=/wput
-n checking Large File System support:
yes
Debug Information enabled
checking for gcc... cc
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.

To work around the problem I need to run this before invoking configure:
/bin/perl -pe "s% -Wall%%" -i configure

Discussion


Log in to post a comment.