bugzilla-daemon at mindrot.org
2005-Dec-09 02:39 UTC
[Bug 1132] cannot specify compiler options
http://bugzilla.mindrot.org/show_bug.cgi?id=1132 Summary: cannot specify compiler options Product: Portable OpenSSH Version: 4.2p1 Platform: ix86 OS/Version: Linux Status: NEW Severity: minor Priority: P2 Component: Build system AssignedTo: bitbucket at mindrot.org ReportedBy: mistamajik at hotmail.com --with-cppflags, --with-cflags, --with-ldflags, --with-libs, --with-Werror do not work. i'm still somewhat new to this whole autoconf/bash programming thing but i'm pretty sure i'm right and i don't see how this condition will ever be true... if test -n "$withval" && test "x$withval" != "xno" && \ test "x${withval}" != "xyes"; then it is required in order to use any of the above --with options. if i specify --with-thteoption=maybe or any other arbitrary string so that the above condition evalutates to true, it ./configure crashes with the following message configure: error: *** compiler cannot create working executables, check config.log *** ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2005-Dec-09 03:13 UTC
[Bug 1132] cannot specify compiler options
http://bugzilla.mindrot.org/show_bug.cgi?id=1132 ------- Comment #1 from dtucker at zip.com.au 2005-12-09 14:13 ------- You need to specify the flags you want to add, for example: ./configure --with-cflags=-save-temps && make Perhaps configure's help output could be a bit more, well, helpful. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2005-Dec-09 03:14 UTC
[Bug 1132] cannot specify compiler options
http://bugzilla.mindrot.org/show_bug.cgi?id=1132 ------- Comment #2 from dtucker at zip.com.au 2005-12-09 14:14 ------- Created an attachment (id=1037) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1037&action=view) Provide hint for usage of --with-cflags and friends ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2005-Dec-09 04:06 UTC
[Bug 1132] cannot specify compiler options
http://bugzilla.mindrot.org/show_bug.cgi?id=1132 mistamajik at hotmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.