Package: libcurl3
Version: 7.13.1-1
Severity: important

hi, on this machine (sparc) i can't link against libcurl. for eample, 
if take this trivial program:

 #include <curl/curl.h>
 #include <curl/types.h>
 #include <curl/easy.h>

 int main() {
        curl_global_init(CURL_GLOBAL_ALL);
 }

and run "gcc -o test test.c -lcurl" on it, i get:

 /usr/lib/gcc-lib/sparc-linux/3.3.4/../../../../lib/libcurl.so: undefined
 reference to `tld_strerror'
 /usr/lib/gcc-lib/sparc-linux/3.3.4/../../../../lib/libcurl.so: undefined
 reference to `idna_strerror'
 collect2: ld returned 1 exit status

on my other machine (i386) this works!

if you need any more information, please holler!

cu  robert




-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: sparc (sparc64)
Kernel: Linux 2.4.26
Locale: LANG=C, LC_CTYPE=C

Versions of packages libcurl3 depends on:
ii  libc6                       2.3.2.ds1-18 GNU C Library: Shared libraries an
ii  libidn11                    0.5.2-3      GNU libidn library, implementation
ii  libssl0.9.7                 0.9.7e-2     SSL shared libraries
ii  zlib1g                      1:1.2.2-3    compression library - runtime

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to