> gtktext.c: undefined reference to `__ctype_b' > /usr/lib/libgtk.a(gtktext.o)(.text+0x5e8c):gtktext.c: undefined reference > to `__ctype_b' > /usr/lib/libgtk.a(gtktext.o)(.text+0x5ea0):gtktext.c: undefined reference > to `__ctype_b' > /usr/lib/libgtk.a(gtktext.o)(.text+0x5eec):gtktext.c: more undefined > references to `__ctype_b' follow > project1.lpr(14,1) Error: Error while linking > > Really I dont know what happens because in Win everything is fine , i have > a point of sale even in win.Now I want to do this in Linux and this is > imposible > Any clues or tips? > I am ready for hearing everythiing!!!! > Sounds like you're missing something gdk or gdk-pixbuf needs, I think Lazarus would pick up if those libraries themselves were missing, but it seems to have a real problem linking against them on your machine. Perhaps you should start by making sure you have the latest version of gdk and gdk-pixbuf, also are you compiling against gtk1 or gtk2 ? The library requirements are obviously different.
A.J. -- "80% Of a hardware engineer's job is application of the uncertainty principle. 80% of a software engineer's job is pretending this isn't so." A.J. Venter Chief Software Architect OpenLab International http://www.getopenlab.com http://www.silentcoder.co.za _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
