Cross-Compiling SSH Server
Rick Woodring
[email protected]
Mon Aug 16 17:24:14 2004
Clearing the CPP environment variable got configure to go until it
reached an error about zlib not being found. I addedd --disable-zlib
to the configure command line and that appears to have made configure
work normally. I was able to compile with "make dropbearmulti" but I
have not tested it yet on my target machine.
Thanks
-rick
> Hrm. The test "to run the C preprocessor" should be running g++,
rather than gcc, AFAIK.
> What does the output of config.log (near the lines after "run the C
preprocessor") look
> like? Dropbear doesn't require g++, so if you unset CPP, does that
help?