allendoerfer / ttf2eot

Automatically exported from code.google.com/p/ttf2eot
0 stars 0 forks source link

Problem in referencing libiconv library #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1)Unable to add linker reference to "libiconv" while trying to compile file 
from eot folder(eotutils\src\eot).

2)Downloaded "libiconv" library but confuse in adding reference which show 
error in compiling.

Executing make...
make.exe -f "C:\Dev-Cpp\Examples\eottest\Makefile.win" all
gcc.exe eot.o libeot.o properties.o -o "Project1.exe" -L"C:/Dev-Cpp/lib"
libeot.o(.text+0x19):libeot.c: undefined reference to `libiconv'

Original issue reported on code.google.com by madan....@gmail.com on 29 Nov 2010 at 6:56