Re: [Gtk2forpascal-devel] Examples doesn't work at all!
Brought to you by:
mgaertner
From: Mattias G. <nc-...@ne...> - 2002-07-30 14:38:13
|
On 30 Jul 2002 16:19:30 +0200 Olaf Leidinger <le...@ne...> wrote: > Hi Mili! > > We've discovered serious linking problems using fpc under linux (win32 > works well). It seems as if fpc (in any version) has a linking bug that > prevents these examples to be linked correctly. It is not a fpc bug. The fpc creates a valid link script and puts all needed libs and object files in the order, the bindings were created. But the glib redefines some variables and therefore the linking order must be changed. c programmers simply use the pkg-config output and therefore they ignore this error. > Well, we are working on it. Yep. Maybe I have an idea ... Mattias |