curl-users
AW: LDFLAGS -ld -lc not detected automatically on Solaris x86
Date: Wed, 23 May 2012 15:37:09 +0200
Hello,
please consult the typescripts in the attachment.
There was a warning in the configure:
=================
checking if libraries can be versioned... no
configure: WARNING: ***
*** You need an ld version supporting the --version-script option.
====================
It seems to be the linking step against the libssl.a and libcrypto.a, which is missing the switches -lc and -ldl.
===
Please tell me, in more detail, what to do in the case for the parse error.
It is a really weird union with some ifdefs ...
/usr/include/netinet/ip.h is attached
Greetings,
Alexander Elgert
-- Deutsche Telekom AG Seamless ICT Security Infrastructure & Management im Auftrag T-Systems International GmbH Dipl. Inf Alexander Elgert Langwadener Strasse 17 64625 Bensheim +49 176 22 717 661 (Mobil) +49 671 83419-12 (Tel) +49 671 83419-30 (Fax) E-Mail: alexander.elgert_at_gmx.de ________________________________________ Von: curl-users-bounces_at_cool.haxx.se [curl-users-bounces_at_cool.haxx.se] im Auftrag von Daniel Stenberg [daniel_at_haxx.se] Gesendet: Mittwoch, 23. Mai 2012 08:58 An: the curl tool Betreff: Re: LDFLAGS -ld -lc not detected automatically on Solaris x86 On Tue, 22 May 2012, Alexander.Elgert_at_t-systems.com wrote: Thanks for your help! > On a solaris x86 box, the switches -lc and -ldl are needed, but not detected > automatically by the configure script. (It would be nice to have this > auto-detect feature in the future). Can you help us and clarify for which functions you need -lc and -ldl respectively? > In file included from /usr/include/netinet/tcp.h:69, > from tool_operate.c:45: > /usr/include/netinet/ip.h:115: error: parse error before "ip_xhl" Hm. curl includes netinet/tcp.h using the proper checks (from src/tool_operate.c), but for some reason this isn't fine in that system. Can you spot which other header file(s) it insists on having included before? -- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-users FAQ: http://curl.haxx.se/docs/faq.html Etiquette: http://curl.haxx.se/mail/etiquette.html
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
- application/x-gzip attachment: 113.txt.gz
- application/x-gzip attachment: 136.txt.gz
- application/octet-stream attachment: ip.h