On Sun, 26 Feb 2006 20:45:01 -0800 "Andrew Spott" <[EMAIL PROTECTED]>
babbled:

> For some weird reason I get the following error when trying to compile ecore:
> 
> gcc -I/usr/local/include -I/usr/local/include -Wall -o
> .libs/ecore_test ecore_test-ecore_test.o  -L/usr/local/lib
> ../../src/lib/ecore/.libs/libecore.so
> ../../src/lib/ecore_txt/.libs/libecore_txt.so
> -L/usr/home/spott/working/e17/libs/ecore/src/lib/ecore/.libs
> ../../src/lib/ecore_job/.libs/libecore_job.so
> ../../src/lib/ecore_evas/.libs/libecore_evas.so
> /usr/local/lib/libevas.so -lfreetype /usr/local/lib/libeet.so -lz
> -ljpeg ../../src/lib/ecore_con/.libs/libecore_con.so
> ../../src/lib/ecore_ipc/.libs/libecore_ipc.so
> -L/usr/home/spott/working/e17/libs/ecore/src/lib/ecore_con/.libs
> /usr/home/spott/working/e17/libs/ecore/src/lib/ecore_con/.libs/libecore_con.so
> /usr/home/spott/working/e17/libs/ecore/src/lib/ecore/.libs/libecore.so
> -lm -Wl,--rpath -Wl,/usr/local/lib
> ../../src/lib/ecore_txt/.libs/libecore_txt.so: undefined reference to
> `libiconv_open'
> ../../src/lib/ecore_txt/.libs/libecore_txt.so: undefined reference to
> `libiconv_close'
> ../../src/lib/ecore_txt/.libs/libecore_txt.so: undefined reference to
> `libiconv' *** Error code 1
> 
> Stop in /usr/home/spott/working/e17/libs/ecore/src/bin.
> *** Error code 1
> 
> Stop in /usr/home/spott/working/e17/libs/ecore/src.
> *** Error code 1
> 
> Stop in /usr/home/spott/working/e17/libs/ecore.
> *** Error code 1
> 
> Stop in /usr/home/spott/working/e17/libs/ecore.
> 
> 
> any ideas?
> 
> I have iconv installed, and its in the lib path.

your iconv headers, and lib seem to be clashing symbols - some header is saying 
to use libioconv_*() symbols whereas the actual fn calls are iconv_*() normally 
unless headers #define them to be different. - ie ecore detected iconv in libc, 
but a separate iconv.h is screwing things (do u have more than 1 iconv.h on the 
system?)

> thanks
> 
> -Andrew
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live webcast
> and join the prime developer group breaking into this new coding territory!
> http://sel.as-us.falkag.net/sel?cmd_______________________________________________
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]
裸好多
Tokyo, Japan (東京 日本)


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to