Thanks for responding. The problem is when curl runs this check (below), guessing the new libc we are trying to integrate is too new for our target...
configure:4219: checking for C compiler default output file name configure:4241: arm_v5t_le-gcc conftest.c >&5 /opt/mv_pro_5.0/montavista/pro/devkit/arm/v5t_le/bin/../lib/gcc/armv5tl-montavista-linux-gnueabi/4.2.0/../../../../armv5tl-montavista-linux-gnueabi/bin/ld: Warning: /opt/mv_pro_5.0/montavista/pro/devkit/arm/v5t_le/bin/../target/lib/libc.so.6: Unknown EABI object attribute 44 /opt/mv_pro_5.0/montavista/pro/devkit/arm/v5t_le/bin/../target/lib/libc.so.6: undefined reference to `_dl_find_dso_for_object@GLIBC_PRIVATE' collect2: ld returned 1 exit status ________________________________________ From: curl-library [[email protected]] on behalf of Daniel Stenberg [[email protected]] Sent: Tuesday, May 26, 2015 1:04 PM To: libcurl development Subject: Re: curl / libc version dependency? On Tue, 26 May 2015, Jerry Oram wrote: > checking for C compiler default output file name... > configure: error: in > `/home/joram/alta-sdk/ipnc/ipnc_app/lib/curl/curl-7.28.1': > configure: error: C compiler cannot create executables > See `config.log' for more details. This looks like your libc upgrade caused gcc to get confused. Check what config.log says about that test failure. -- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html This message has been scanned for malware by Websense. www.websense.com ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
