Am Freitag, den 19.05.2006, 08:19 +0200 schrieb Marcin Juszkiewicz: > Dnia piątek, 19 maja 2006 03:55, Michael 'Mickey' Lauer napisał: > > ../obexftp/.libs/libobexftp.so: undefined reference to `libiconv_open' > > ../obexftp/.libs/libobexftp.so: undefined reference to `libiconv_close' > > ../obexftp/.libs/libobexftp.so: undefined reference to `libiconv' > > collect2: ld returned 1 exit status > > > > Ideas? > > "bitbake libiconv" maybe?
Err, no. The problem is not "-liconv not found", but "undefined reference to xxx". obexftp seems to not detect that its not included in glibc but needs to explicitly link against iconv. -- Regards, Mickey. ------------------------------------------------------------------ Dipl.-Inf. Michael 'Mickey' Lauer <[EMAIL PROTECTED]> ------------------------------------------------------------------ _______________________________________________ Oe mailing list [email protected] https://www.handhelds.org/mailman/listinfo/oe
