bugzilla-daemon at mindrot.org
2004-Jun-22 10:45 UTC
[Bug 321] configure does not work when cross compiling
http://bugzilla.mindrot.org/show_bug.cgi?id=321 ------- Additional Comments From astrand at lysator.liu.se 2004-06-22 20:45 ------- Created an attachment (id=655) --> (http://bugzilla.mindrot.org/attachment.cgi?id=655&action=view) Patch to configure.ac (3.7p1) This new patch is for 3.7p1. It only modifies configure.ac; no C source. Can someone *please* apply? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2004-Jun-22 12:10 UTC
[Bug 321] configure does not work when cross compiling
http://bugzilla.mindrot.org/show_bug.cgi?id=321 ------- Additional Comments From dtucker at zip.com.au 2004-06-22 22:10 ------- (From update of attachment 655)>+if test "$cross_compiling"; thenI don't think that's portable, should probably be: if test ! -z "$cross_compiling";then>+ echo cross compiling: Disabling /etc/default/login testI think that should be AC_MSG_WARN(). I updated the patch to -current, will attach shortly. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2004-Jun-22 12:35 UTC
[Bug 321] configure does not work when cross compiling
http://bugzilla.mindrot.org/show_bug.cgi?id=321 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #123 is|0 |1 obsolete| | Attachment #124 is|0 |1 obsolete| | Attachment #655 is|0 |1 obsolete| | ------- Additional Comments From dtucker at zip.com.au 2004-06-22 22:35 ------- Created an attachment (id=656) --> (http://bugzilla.mindrot.org/attachment.cgi?id=656&action=view) Update to -current Update to current. AC_TRY_COMPILE is marked obsolete so if we're making changes we should use the modern equivalent AC_COMPILE_IFELSE. Ditto for AC_TRY_RUN -> AC_RUN_IFELSE, especially since the manual says AC_TRY_RUN doesn't have "action-if-cross-compiling" blocks. Please test it (I don't cross-compile, so I haven't tested those bits). ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2004-Jun-22 12:49 UTC
[Bug 321] configure does not work when cross compiling
http://bugzilla.mindrot.org/show_bug.cgi?id=321 astrand at lysator.liu.se changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |astrand at lysator.liu.se ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2004-Jun-22 13:56 UTC
[Bug 321] configure does not work when cross compiling
http://bugzilla.mindrot.org/show_bug.cgi?id=321 ------- Additional Comments From astrand at lysator.liu.se 2004-06-22 23:56 ------- Patch 656 works, except that the zlib detection stuff needs some modification as well. I'll submit a new patch. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2004-Jun-22 13:58 UTC
[Bug 321] configure does not work when cross compiling
http://bugzilla.mindrot.org/show_bug.cgi?id=321 ------- Additional Comments From astrand at lysator.liu.se 2004-06-22 23:58 ------- Created an attachment (id=657) --> (http://bugzilla.mindrot.org/attachment.cgi?id=657&action=view) Updated patch for -current, which handles the zlib test This patch works for me. I'm configuring with: ./configure --with-ssl-dir=/usr/local/cross-solaris --host=sparc-sun-solaris2.8 --disable-etc-default-login I've only tested the ssh client binary though; not sshd. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2004-Jul-02 03:24 UTC
[Bug 321] configure does not work when cross compiling
http://bugzilla.mindrot.org/show_bug.cgi?id=321 ------- Additional Comments From dtucker at zip.com.au 2004-07-02 13:24 ------- (From update of attachment 657) This looks mostly OK, but I'd rather avoid messing with the /etc/default/login tests. Is reasonable to just expect people cross compiling to add --without-etc-default-login? Any other suggestions/opinions? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2004-Jul-02 07:35 UTC
[Bug 321] configure does not work when cross compiling
http://bugzilla.mindrot.org/show_bug.cgi?id=321 ------- Additional Comments From astrand at lysator.liu.se 2004-07-02 17:35 ------->Is reasonable to just expect people cross compiling to add >--without-etc-default-login?Yes, I think this is reasonable. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2004-Jul-20 15:24 UTC
[Bug 321] configure does not work when cross compiling
http://bugzilla.mindrot.org/show_bug.cgi?id=321 bugzilla at bennee.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla at bennee.com ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.