RE: Order Of Include Files in libcurl-7.28.1 that appears to compile OK

2012-12-14 Thread Daniel Stenberg
On Thu, 13 Dec 2012, Frank Chang wrote: The following other files asides from file.c need to be changed also: Thanks, then please edit the files so that they build fine for you and send us the patch! -- / daniel.haxx.se ---

Re: Not able to cross-compile curl for ARM uClinux

2012-12-14 Thread Michael Wood
Hi On 14 December 2012 09:35, Bernard Evensrud bevens...@gmail.com wrote: On Thu, 13 Dec 2012, Bernard Evensrud wrote: Also the error, compiler cannot create executables, I do not understand. It does not say why it cannot... [...] I removed the --host option as suggested. Here is the start

Re: Not able to cross-compile curl for ARM uClinux

2012-12-14 Thread Guenter
Hi Bernard, Am 14.12.2012 08:35, schrieb Bernard Evensrud: I removed the --host option as suggested. Here is the start of config.log file: can you please also do a configure run with only using --host=... and without specifying any of the bunch of vars you did set? Gün.

Re: Not able to cross-compile curl for ARM uClinux

2012-12-14 Thread Bernard Evensrud
2012/12/14 Michael Wood esiot...@gmail.com: Hi On 14 December 2012 09:35, Bernard Evensrud bevens...@gmail.com wrote: On Thu, 13 Dec 2012, Bernard Evensrud wrote: Also the error, compiler cannot create executables, I do not understand. It does not say why it cannot... [...] I removed the

Re: Not able to cross-compile curl for ARM uClinux

2012-12-14 Thread Bernard Evensrud
2012/12/14 Guenter li...@gknw.net: Hi Bernard, Am 14.12.2012 08:35, schrieb Bernard Evensrud: I removed the --host option as suggested. Here is the start of config.log file: can you please also do a configure run with only using --host=... and without specifying any of the bunch of vars

Re: Patched HP11.11UX tar.gz for consideration

2012-12-14 Thread Daniel Stenberg
On Fri, 14 Dec 2012, Frank Chang wrote: Daniel Stenberg, I am trying to send the mailing list the patch. I amso emailed it directly to your colleague Yang STse using gmail 16 minutes ago. Please let me know if you have any questions. Thank you for your help. Sorry, but that was not a patch.

Re: Not able to cross-compile curl for ARM uClinux

2012-12-14 Thread Daniel Stenberg
On Fri, 14 Dec 2012, Bernard Evensrud wrote: Trying to run the configure script without setting any variables and without options other than --host=arm-elf gives this output: It does appear to be somewhat broken. See the specific configure test and its failure in config.log:

Re: Not able to cross-compile curl for ARM uClinux

2012-12-14 Thread Bernard Evensrud
2012/12/14 Daniel Stenberg dan...@haxx.se: On Fri, 14 Dec 2012, Bernard Evensrud wrote: Trying to run the configure script without setting any variables and without options other than --host=arm-elf gives this output: It does appear to be somewhat broken. See the specific configure test and

Re: Not able to cross-compile curl for ARM uClinux

2012-12-14 Thread Dan Fandrich
On Fri, Dec 14, 2012 at 07:10:54PM +0100, Bernard Evensrud wrote: Thanks for your input. Coming from the microcontroller world, I must admit this is over my head. I do not understand these error messages. There might be a possible fault in the toolchain? That's what it looks like. It matches

Re: Order Of Include Files in libcurl-7.28.1 that appears to compile OK

2012-12-14 Thread Yang Tse
On Thu, Dec 13, 2012 at 2:35 PM, Frank Chang frank_chan...@hotmail.com wrote: #ifndef HAVE_NET_IF_H #include net/if.h #endif Anything based on that would completely break libcurl building on systems that lack net/if.h -- -=[Yang]=-

Re: Not able to cross-compile curl for ARM uClinux

2012-12-14 Thread Bernard Evensrud
2012/12/14 Dan Fandrich d...@coneharvesters.com: On Fri, Dec 14, 2012 at 07:10:54PM +0100, Bernard Evensrud wrote: Thanks for your input. Coming from the microcontroller world, I must admit this is over my head. I do not understand these error messages. There might be a possible fault in the

Re: Not able to cross-compile curl for ARM uClinux

2012-12-14 Thread Bernard Evensrud
2012/12/14 Dan Fandrich d...@coneharvesters.com: On Fri, Dec 14, 2012 at 07:20:09PM +0100, Dan Fandrich wrote: What OS is this embedded computer running? Sorry, I missed the answer to this in the message subject. But the rest of my message still applies: if you are able to successfully

Re: Not able to cross-compile curl for ARM uClinux

2012-12-14 Thread Daniel Stenberg
On Fri, 14 Dec 2012, Bernard Evensrud wrote: Also tried to compile some other small programs, both C and C++ (adding the -lstdc++ parameter of course). Compiles and runs. These programs is compiled with make, and do not have any configure scripts. So save a C source file as main.c that does

Re: Not able to cross-compile curl for ARM uClinux

2012-12-14 Thread Daniel Stenberg
On Fri, 14 Dec 2012, Bernard Evensrud wrote: Can I in some way compile this manually, without running configure? The problem isn't configure - the problem is that your compiler is built to not use the basic C environment setup automatically. You can probably convince configure to go through

Re: Patch to fix some compiler warnings

2012-12-14 Thread Daniel Stenberg
On Tue, 11 Dec 2012, Nick Zitzmann wrote: This is just a small patch to fix some compiler warnings I found in my own contributed code Thanks, merged and pushed now! -- / daniel.haxx.se --- List admin:

Preliminary patch file for testing HPUX11.11 complier error

2012-12-14 Thread Frank Chang
Daniel Stenberg, Here is a preliminary version of diff path file for the HPUX11.11 compiler error. Thank you for the instructions. diff -r ./original/dict.c /net/beige/export/marc/DQT/EmailLib/curl-7.28.1Friday/lib/modified/dict.c 42,44d41 #ifdef