hi, i want to build openssh in my uclibc environment with a cross-compiler. my problem is that the configure-script is not very cross-compile friendly. there are a lot of things that will be tested while configuring. if the script find a cross compiler it exits with code 1. how to solve this issue ? thanks claus
On Thu, 26 Sep 2002, Claus Rosenberger wrote:> hi, > > i want to build openssh in my uclibc environment with a cross-compiler. my > problem is that the configure-script is not very cross-compile friendly. > there are a lot of things that will be tested while configuring. if the > script find a cross compiler it exits with code 1. how to solve this issue > ?There is a patch posted to Bug 321 that may help you. http://bugzilla.mindrot.org/show_bug.cgi?id=321> > thanks > > claus-- Tim Rice Multitalents (707) 887-1469 tim at multitalents.net
> Claus Rosenberger wrote: >> the patch only change configure.ac and not configure. why configure >> cannot only put out information about problems while checking things >> with cross-compiling and continue the work ? > > You need to run "autoconf" (or "make -f Makefile.in distprep") to > re-create configure from configure.ac.i have the same problem after calling this programs. should i put some environment variables to this calls like CC=cross-gcc or anything else ?> -- > Darren Tucker (dtucker at zip.com.au) > GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 > Good judgement comes with experience. Unfortunately, the experience > usually comes from bad judgement.