Date: Thu, 27 Oct 2005 17:34:53 +0200 To: lablgtk at math.nagoya-u.ac.jp From: Zcode Reply-To: Zcode Subject: Re: new pre-release of lablgtk2 and lablGL (including win32) Message-ID: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="iso-8859-1" > I've fixed that. > I've also added the export libraries, so that it should be possible to > link with ocamlopt too. > > Jacques Hi, lablgtk correctly built, but when I try to build the native-code example under minGW with ocamlopt in this way: ocamlopt -ccopt "-L/c/gtk-2.6.8/lib" -I +lablgtk2 lablgtk.cmxa gtkInit.cmx testGtk.ml -o testGtk.exe (why in README.win32 ocamlopt has a -custom option ?) I get this: Warning: .drectve `/DEFAULTLIB:"LIBCMT" /DEFAULTLIB:"OLDNAMES" ' unrecognized Warning: .drectve `/DEFAULTLIB:"LIBCMT" /DEFAULTLIB:"OLDNAMES" ' unrecognized Warning: .drectve `/DEFAULTLIB:"LIBCMT" /DEFAULTLIB:"OLDNAMES" ' unrecognized Warning: .drectve `/DEFAULTLIB:"LIBCMT" /DEFAULTLIB:"OLDNAMES" ' unrecognized Warning: .drectve `/DEFAULTLIB:"uuid.lib" /DEFAULTLIB:"uuid.lib" /DEFAULTLIB:"LIBCMT" /DEFAULTLIB:"OLDNAMES" ' unrecognized Warning: .drectve `/DEFAULTLIB:"LIBCMT" /DEFAULTLIB:"OLDNAMES" ' unrecognized Warning: .drectve `/DEFAULTLIB:"uuid.lib" /DEFAULTLIB:"uuid.lib" /DEFAULTLIB:"LIBCMT" /DEFAULTLIB:"OLDNAMES" ' unrecognized Warning: .drectve `/DEFAULTLIB:"LIBCMT" /DEFAULTLIB:"OLDNAMES" ' unrecognized Warning: .drectve `/DEFAULTLIB:"LIBCMT" /DEFAULTLIB:"OLDNAMES" ' unrecognized c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x109): undefined reference to `_camlGaux__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x115): undefined reference to `_camlGpointer__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x121): undefined reference to `_camlGlib__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x12d): undefined reference to `_camlGobject__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x139): undefined reference to `_camlGdkEnums__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x145): undefined reference to `_camlPangoEnums__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x151): undefined reference to `_camlGtkEnums__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x15d): undefined reference to `_camlPango__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x169): undefined reference to `_camlGdk__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x175): undefined reference to `_camlGdkKeysyms__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x181): undefined reference to `_camlGdkPixbuf__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x18d): undefined reference to `_camlGtk__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x199): undefined reference to `_camlGtkSignal__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x1a5): undefined reference to `_camlGtkStock__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x1b1): undefined reference to `_camlGtkObject__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x1bd): undefined reference to `_camlGtkBaseProps__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x1c9): undefined reference to `_camlGtkBinProps__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x1d5): undefined reference to `_camlGtkButtonProps__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x1e1): undefined reference to `_camlGtkEditProps__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x1ed): undefined reference to `_camlGtkListProps__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x1f9): undefined reference to `_camlGtkMenuProps__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x205): undefined reference to `_camlGtkMiscProps__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x211): undefined reference to `_camlGtkPackProps__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x21d): undefined reference to `_camlGtkTreeProps__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x229): undefined reference to `_camlGtkFileProps__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x235): undefined reference to `_camlGtkBrokenProps__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x241): undefined reference to `_camlGtkData__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x24d): undefined reference to `_camlGtkBase__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x259): undefined reference to `_camlGtkPack__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x265): undefined reference to `_camlGtkButton__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x271): undefined reference to `_camlGtkMenu__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x27d): undefined reference to `_camlGtkMisc__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x289): undefined reference to `_camlGtkWindow__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x295): undefined reference to `_camlGtkList__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x2a1): undefined reference to `_camlGtkBin__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x2ad): undefined reference to `_camlGtkEdit__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x2b9): undefined reference to `_camlGtkTree__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x2c5): undefined reference to `_camlGtkFile__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x2d1): undefined reference to `_camlGtkMain__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x2dd): undefined reference to `_camlGtkBroken__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x2e9): undefined reference to `_camlGPango__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x2f5): undefined reference to `_camlGDraw__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x301): undefined reference to `_camlGObj__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x30d): undefined reference to `_camlGData__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x319): undefined reference to `_camlGMain__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x325): undefined reference to `_camlOgtkBaseProps__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x331): undefined reference to `_camlOgtkBinProps__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x33d): undefined reference to `_camlOgtkButtonProps__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x349): undefined reference to `_camlOgtkEditProps__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x355): undefined reference to `_camlOgtkListProps__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x361): undefined reference to `_camlOgtkMenuProps__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x36d): undefined reference to `_camlOgtkMiscProps__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x379): undefined reference to `_camlOgtkPackProps__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x385): undefined reference to `_camlOgtkTreeProps__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x391): undefined reference to `_camlOgtkFileProps__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x39d): undefined reference to `_camlOgtkBrokenProps__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x3a9): undefined reference to `_camlGContainer__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x3b5): undefined reference to `_camlGPack__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x3c1): undefined reference to `_camlGButton__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x3cd): undefined reference to `_camlGMenu__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x3d9): undefined reference to `_camlGMisc__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x3e5): undefined reference to `_camlGTree__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x3f1): undefined reference to `_camlGList__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x3fd): undefined reference to `_camlGFile__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x409): undefined reference to `_camlGWindow__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x415): undefined reference to `_camlGBin__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x421): undefined reference to `_camlGEdit__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.text+0x42d): undefined reference to `_camlGBroken__entry' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x208): undefined reference to `_camlGaux' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x20c): undefined reference to `_camlGpointer' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x210): undefined reference to `_camlGlib' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x214): undefined reference to `_camlGobject' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x218): undefined reference to `_camlGdkEnums' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x21c): undefined reference to `_camlPangoEnums' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x220): undefined reference to `_camlGtkEnums' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x224): undefined reference to `_camlPango' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x228): undefined reference to `_camlGdk' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x22c): undefined reference to `_camlGdkKeysyms' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x230): undefined reference to `_camlGdkPixbuf' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x234): undefined reference to `_camlGtk' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x238): undefined reference to `_camlGtkSignal' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x23c): undefined reference to `_camlGtkStock' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x240): undefined reference to `_camlGtkObject' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x244): undefined reference to `_camlGtkBaseProps' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x248): undefined reference to `_camlGtkBinProps' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x24c): undefined reference to `_camlGtkButtonProps' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x250): undefined reference to `_camlGtkEditProps' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x254): undefined reference to `_camlGtkListProps' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x258): undefined reference to `_camlGtkMenuProps' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x25c): undefined reference to `_camlGtkMiscProps' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x260): undefined reference to `_camlGtkPackProps' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x264): undefined reference to `_camlGtkTreeProps' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x268): undefined reference to `_camlGtkFileProps' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x26c): undefined reference to `_camlGtkBrokenProps' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x270): undefined reference to `_camlGtkData' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x274): undefined reference to `_camlGtkBase' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x278): undefined reference to `_camlGtkPack' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x27c): undefined reference to `_camlGtkButton' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x280): undefined reference to `_camlGtkMenu' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x284): undefined reference to `_camlGtkMisc' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x288): undefined reference to `_camlGtkWindow' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x28c): undefined reference to `_camlGtkList' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x290): undefined reference to `_camlGtkBin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x294): undefined reference to `_camlGtkEdit' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x298): undefined reference to `_camlGtkTree' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x29c): undefined reference to `_camlGtkFile' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x2a0): undefined reference to `_camlGtkMain' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x2a4): undefined reference to `_camlGtkBroken' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x2a8): undefined reference to `_camlGPango' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x2ac): undefined reference to `_camlGDraw' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x2b0): undefined reference to `_camlGObj' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x2b4): undefined reference to `_camlGData' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x2b8): undefined reference to `_camlGMain' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x2bc): undefined reference to `_camlOgtkBaseProps' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x2c0): undefined reference to `_camlOgtkBinProps' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x2c4): undefined reference to `_camlOgtkButtonProps' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x2c8): undefined reference to `_camlOgtkEditProps' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x2cc): undefined reference to `_camlOgtkListProps' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x2d0): undefined reference to `_camlOgtkMenuProps' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x2d4): undefined reference to `_camlOgtkMiscProps' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x2d8): undefined reference to `_camlOgtkPackProps' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x2dc): undefined reference to `_camlOgtkTreeProps' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x2e0): undefined reference to `_camlOgtkFileProps' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x2e4): undefined reference to `_camlOgtkBrokenProps' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x2e8): undefined reference to `_camlGContainer' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x2ec): undefined reference to `_camlGPack' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x2f0): undefined reference to `_camlGButton' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x2f4): undefined reference to `_camlGMenu' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x2f8): undefined reference to `_camlGMisc' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x2fc): undefined reference to `_camlGTree' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x300): undefined reference to `_camlGList' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x304): undefined reference to `_camlGFile' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x308): undefined reference to `_camlGWindow' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x30c): undefined reference to `_camlGBin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x310): undefined reference to `_camlGEdit' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x314): undefined reference to `_camlGBroken' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xe38): undefined reference to `_camlGaux__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xe3c): undefined reference to `_camlGaux__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xe40): undefined reference to `_camlGpointer__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xe44): undefined reference to `_camlGpointer__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xe48): undefined reference to `_camlGlib__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xe4c): undefined reference to `_camlGlib__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xe50): undefined reference to `_camlGobject__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xe54): undefined reference to `_camlGobject__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xe58): undefined reference to `_camlGdkEnums__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xe5c): undefined reference to `_camlGdkEnums__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xe60): undefined reference to `_camlPangoEnums__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xe64): undefined reference to `_camlPangoEnums__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xe68): undefined reference to `_camlGtkEnums__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xe6c): undefined reference to `_camlGtkEnums__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xe70): undefined reference to `_camlPango__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xe74): undefined reference to `_camlPango__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xe78): undefined reference to `_camlGdk__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xe7c): undefined reference to `_camlGdk__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xe80): undefined reference to `_camlGdkKeysyms__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xe84): undefined reference to `_camlGdkKeysyms__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xe88): undefined reference to `_camlGdkPixbuf__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xe8c): undefined reference to `_camlGdkPixbuf__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xe90): undefined reference to `_camlGtk__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xe94): undefined reference to `_camlGtk__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xe98): undefined reference to `_camlGtkSignal__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xe9c): undefined reference to `_camlGtkSignal__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xea0): undefined reference to `_camlGtkStock__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xea4): undefined reference to `_camlGtkStock__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xea8): undefined reference to `_camlGtkObject__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xeac): undefined reference to `_camlGtkObject__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xeb0): undefined reference to `_camlGtkBaseProps__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xeb4): undefined reference to `_camlGtkBaseProps__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xeb8): undefined reference to `_camlGtkBinProps__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xebc): undefined reference to `_camlGtkBinProps__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xec0): undefined reference to `_camlGtkButtonProps__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xec4): undefined reference to `_camlGtkButtonProps__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xec8): undefined reference to `_camlGtkEditProps__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xecc): undefined reference to `_camlGtkEditProps__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xed0): undefined reference to `_camlGtkListProps__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xed4): undefined reference to `_camlGtkListProps__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xed8): undefined reference to `_camlGtkMenuProps__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xedc): undefined reference to `_camlGtkMenuProps__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xee0): undefined reference to `_camlGtkMiscProps__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xee4): undefined reference to `_camlGtkMiscProps__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xee8): undefined reference to `_camlGtkPackProps__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xeec): undefined reference to `_camlGtkPackProps__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xef0): undefined reference to `_camlGtkTreeProps__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xef4): undefined reference to `_camlGtkTreeProps__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xef8): undefined reference to `_camlGtkFileProps__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xefc): undefined reference to `_camlGtkFileProps__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf00): undefined reference to `_camlGtkBrokenProps__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf04): undefined reference to `_camlGtkBrokenProps__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf08): undefined reference to `_camlGtkData__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf0c): undefined reference to `_camlGtkData__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf10): undefined reference to `_camlGtkBase__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf14): undefined reference to `_camlGtkBase__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf18): undefined reference to `_camlGtkPack__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf1c): undefined reference to `_camlGtkPack__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf20): undefined reference to `_camlGtkButton__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf24): undefined reference to `_camlGtkButton__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf28): undefined reference to `_camlGtkMenu__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf2c): undefined reference to `_camlGtkMenu__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf30): undefined reference to `_camlGtkMisc__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf34): undefined reference to `_camlGtkMisc__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf38): undefined reference to `_camlGtkWindow__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf3c): undefined reference to `_camlGtkWindow__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf40): undefined reference to `_camlGtkList__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf44): undefined reference to `_camlGtkList__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf48): undefined reference to `_camlGtkBin__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf4c): undefined reference to `_camlGtkBin__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf50): undefined reference to `_camlGtkEdit__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf54): undefined reference to `_camlGtkEdit__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf58): undefined reference to `_camlGtkTree__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf5c): undefined reference to `_camlGtkTree__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf60): undefined reference to `_camlGtkFile__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf64): undefined reference to `_camlGtkFile__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf68): undefined reference to `_camlGtkMain__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf6c): undefined reference to `_camlGtkMain__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf70): undefined reference to `_camlGtkBroken__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf74): undefined reference to `_camlGtkBroken__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf78): undefined reference to `_camlGPango__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf7c): undefined reference to `_camlGPango__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf80): undefined reference to `_camlGDraw__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf84): undefined reference to `_camlGDraw__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf88): undefined reference to `_camlGObj__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf8c): undefined reference to `_camlGObj__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf90): undefined reference to `_camlGData__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf94): undefined reference to `_camlGData__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf98): undefined reference to `_camlGMain__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xf9c): undefined reference to `_camlGMain__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xfa0): undefined reference to `_camlOgtkBaseProps__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xfa4): undefined reference to `_camlOgtkBaseProps__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xfa8): undefined reference to `_camlOgtkBinProps__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xfac): undefined reference to `_camlOgtkBinProps__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xfb0): undefined reference to `_camlOgtkButtonProps__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xfb4): undefined reference to `_camlOgtkButtonProps__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xfb8): undefined reference to `_camlOgtkEditProps__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xfbc): undefined reference to `_camlOgtkEditProps__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xfc0): undefined reference to `_camlOgtkListProps__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xfc4): undefined reference to `_camlOgtkListProps__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xfc8): undefined reference to `_camlOgtkMenuProps__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xfcc): undefined reference to `_camlOgtkMenuProps__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xfd0): undefined reference to `_camlOgtkMiscProps__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xfd4): undefined reference to `_camlOgtkMiscProps__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xfd8): undefined reference to `_camlOgtkPackProps__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xfdc): undefined reference to `_camlOgtkPackProps__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xfe0): undefined reference to `_camlOgtkTreeProps__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xfe4): undefined reference to `_camlOgtkTreeProps__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xfe8): undefined reference to `_camlOgtkFileProps__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xfec): undefined reference to `_camlOgtkFileProps__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xff0): undefined reference to `_camlOgtkBrokenProps__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xff4): undefined reference to `_camlOgtkBrokenProps__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xff8): undefined reference to `_camlGContainer__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0xffc): undefined reference to `_camlGContainer__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1000): undefined reference to `_camlGPack__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1004): undefined reference to `_camlGPack__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1008): undefined reference to `_camlGButton__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x100c): undefined reference to `_camlGButton__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1010): undefined reference to `_camlGMenu__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1014): undefined reference to `_camlGMenu__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1018): undefined reference to `_camlGMisc__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x101c): undefined reference to `_camlGMisc__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1020): undefined reference to `_camlGTree__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1024): undefined reference to `_camlGTree__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1028): undefined reference to `_camlGList__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x102c): undefined reference to `_camlGList__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1030): undefined reference to `_camlGFile__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1034): undefined reference to `_camlGFile__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1038): undefined reference to `_camlGWindow__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x103c): undefined reference to `_camlGWindow__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1040): undefined reference to `_camlGBin__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1044): undefined reference to `_camlGBin__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1048): undefined reference to `_camlGEdit__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x104c): undefined reference to `_camlGEdit__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1050): undefined reference to `_camlGBroken__data_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1054): undefined reference to `_camlGBroken__data_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x112c): undefined reference to `_camlGaux__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1130): undefined reference to `_camlGaux__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1134): undefined reference to `_camlGpointer__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1138): undefined reference to `_camlGpointer__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x113c): undefined reference to `_camlGlib__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1140): undefined reference to `_camlGlib__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1144): undefined reference to `_camlGobject__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1148): undefined reference to `_camlGobject__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x114c): undefined reference to `_camlGdkEnums__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1150): undefined reference to `_camlGdkEnums__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1154): undefined reference to `_camlPangoEnums__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1158): undefined reference to `_camlPangoEnums__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x115c): undefined reference to `_camlGtkEnums__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1160): undefined reference to `_camlGtkEnums__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1164): undefined reference to `_camlPango__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1168): undefined reference to `_camlPango__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x116c): undefined reference to `_camlGdk__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1170): undefined reference to `_camlGdk__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1174): undefined reference to `_camlGdkKeysyms__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1178): undefined reference to `_camlGdkKeysyms__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x117c): undefined reference to `_camlGdkPixbuf__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1180): undefined reference to `_camlGdkPixbuf__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1184): undefined reference to `_camlGtk__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1188): undefined reference to `_camlGtk__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x118c): undefined reference to `_camlGtkSignal__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1190): undefined reference to `_camlGtkSignal__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1194): undefined reference to `_camlGtkStock__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1198): undefined reference to `_camlGtkStock__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x119c): undefined reference to `_camlGtkObject__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x11a0): undefined reference to `_camlGtkObject__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x11a4): undefined reference to `_camlGtkBaseProps__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x11a8): undefined reference to `_camlGtkBaseProps__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x11ac): undefined reference to `_camlGtkBinProps__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x11b0): undefined reference to `_camlGtkBinProps__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x11b4): undefined reference to `_camlGtkButtonProps__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x11b8): undefined reference to `_camlGtkButtonProps__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x11bc): undefined reference to `_camlGtkEditProps__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x11c0): undefined reference to `_camlGtkEditProps__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x11c4): undefined reference to `_camlGtkListProps__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x11c8): undefined reference to `_camlGtkListProps__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x11cc): undefined reference to `_camlGtkMenuProps__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x11d0): undefined reference to `_camlGtkMenuProps__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x11d4): undefined reference to `_camlGtkMiscProps__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x11d8): undefined reference to `_camlGtkMiscProps__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x11dc): undefined reference to `_camlGtkPackProps__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x11e0): undefined reference to `_camlGtkPackProps__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x11e4): undefined reference to `_camlGtkTreeProps__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x11e8): undefined reference to `_camlGtkTreeProps__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x11ec): undefined reference to `_camlGtkFileProps__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x11f0): undefined reference to `_camlGtkFileProps__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x11f4): undefined reference to `_camlGtkBrokenProps__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x11f8): undefined reference to `_camlGtkBrokenProps__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x11fc): undefined reference to `_camlGtkData__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1200): undefined reference to `_camlGtkData__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1204): undefined reference to `_camlGtkBase__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1208): undefined reference to `_camlGtkBase__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x120c): undefined reference to `_camlGtkPack__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1210): undefined reference to `_camlGtkPack__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1214): undefined reference to `_camlGtkButton__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1218): undefined reference to `_camlGtkButton__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x121c): undefined reference to `_camlGtkMenu__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1220): undefined reference to `_camlGtkMenu__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1224): undefined reference to `_camlGtkMisc__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1228): undefined reference to `_camlGtkMisc__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x122c): undefined reference to `_camlGtkWindow__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1230): undefined reference to `_camlGtkWindow__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1234): undefined reference to `_camlGtkList__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1238): undefined reference to `_camlGtkList__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x123c): undefined reference to `_camlGtkBin__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1240): undefined reference to `_camlGtkBin__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1244): undefined reference to `_camlGtkEdit__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1248): undefined reference to `_camlGtkEdit__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x124c): undefined reference to `_camlGtkTree__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1250): undefined reference to `_camlGtkTree__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1254): undefined reference to `_camlGtkFile__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1258): undefined reference to `_camlGtkFile__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x125c): undefined reference to `_camlGtkMain__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1260): undefined reference to `_camlGtkMain__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1264): undefined reference to `_camlGtkBroken__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1268): undefined reference to `_camlGtkBroken__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x126c): undefined reference to `_camlGPango__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1270): undefined reference to `_camlGPango__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1274): undefined reference to `_camlGDraw__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1278): undefined reference to `_camlGDraw__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x127c): undefined reference to `_camlGObj__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1280): undefined reference to `_camlGObj__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1284): undefined reference to `_camlGData__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1288): undefined reference to `_camlGData__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x128c): undefined reference to `_camlGMain__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1290): undefined reference to `_camlGMain__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1294): undefined reference to `_camlOgtkBaseProps__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1298): undefined reference to `_camlOgtkBaseProps__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x129c): undefined reference to `_camlOgtkBinProps__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x12a0): undefined reference to `_camlOgtkBinProps__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x12a4): undefined reference to `_camlOgtkButtonProps__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x12a8): undefined reference to `_camlOgtkButtonProps__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x12ac): undefined reference to `_camlOgtkEditProps__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x12b0): undefined reference to `_camlOgtkEditProps__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x12b4): undefined reference to `_camlOgtkListProps__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x12b8): undefined reference to `_camlOgtkListProps__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x12bc): undefined reference to `_camlOgtkMenuProps__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x12c0): undefined reference to `_camlOgtkMenuProps__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x12c4): undefined reference to `_camlOgtkMiscProps__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x12c8): undefined reference to `_camlOgtkMiscProps__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x12cc): undefined reference to `_camlOgtkPackProps__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x12d0): undefined reference to `_camlOgtkPackProps__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x12d4): undefined reference to `_camlOgtkTreeProps__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x12d8): undefined reference to `_camlOgtkTreeProps__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x12dc): undefined reference to `_camlOgtkFileProps__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x12e0): undefined reference to `_camlOgtkFileProps__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x12e4): undefined reference to `_camlOgtkBrokenProps__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x12e8): undefined reference to `_camlOgtkBrokenProps__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x12ec): undefined reference to `_camlGContainer__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x12f0): undefined reference to `_camlGContainer__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x12f4): undefined reference to `_camlGPack__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x12f8): undefined reference to `_camlGPack__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x12fc): undefined reference to `_camlGButton__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1300): undefined reference to `_camlGButton__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1304): undefined reference to `_camlGMenu__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1308): undefined reference to `_camlGMenu__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x130c): undefined reference to `_camlGMisc__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1310): undefined reference to `_camlGMisc__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1314): undefined reference to `_camlGTree__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1318): undefined reference to `_camlGTree__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x131c): undefined reference to `_camlGList__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1320): undefined reference to `_camlGList__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1324): undefined reference to `_camlGFile__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1328): undefined reference to `_camlGFile__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x132c): undefined reference to `_camlGWindow__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1330): undefined reference to `_camlGWindow__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1334): undefined reference to `_camlGBin__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1338): undefined reference to `_camlGBin__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x133c): undefined reference to `_camlGEdit__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1340): undefined reference to `_camlGEdit__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1344): undefined reference to `_camlGBroken__code_begin' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1348): undefined reference to `_camlGBroken__code_end' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x13c8): undefined reference to `_camlGaux__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x13cc): undefined reference to `_camlGpointer__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x13d0): undefined reference to `_camlGlib__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x13d4): undefined reference to `_camlGobject__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x13d8): undefined reference to `_camlGdkEnums__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x13dc): undefined reference to `_camlPangoEnums__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x13e0): undefined reference to `_camlGtkEnums__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x13e4): undefined reference to `_camlPango__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x13e8): undefined reference to `_camlGdk__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x13ec): undefined reference to `_camlGdkKeysyms__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x13f0): undefined reference to `_camlGdkPixbuf__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x13f4): undefined reference to `_camlGtk__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x13f8): undefined reference to `_camlGtkSignal__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x13fc): undefined reference to `_camlGtkStock__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1400): undefined reference to `_camlGtkObject__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1404): undefined reference to `_camlGtkBaseProps__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1408): undefined reference to `_camlGtkBinProps__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x140c): undefined reference to `_camlGtkButtonProps__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1410): undefined reference to `_camlGtkEditProps__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1414): undefined reference to `_camlGtkListProps__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1418): undefined reference to `_camlGtkMenuProps__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x141c): undefined reference to `_camlGtkMiscProps__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1420): undefined reference to `_camlGtkPackProps__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1424): undefined reference to `_camlGtkTreeProps__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1428): undefined reference to `_camlGtkFileProps__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x142c): undefined reference to `_camlGtkBrokenProps__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1430): undefined reference to `_camlGtkData__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1434): undefined reference to `_camlGtkBase__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1438): undefined reference to `_camlGtkPack__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x143c): undefined reference to `_camlGtkButton__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1440): undefined reference to `_camlGtkMenu__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1444): undefined reference to `_camlGtkMisc__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1448): undefined reference to `_camlGtkWindow__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x144c): undefined reference to `_camlGtkList__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1450): undefined reference to `_camlGtkBin__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1454): undefined reference to `_camlGtkEdit__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1458): undefined reference to `_camlGtkTree__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x145c): undefined reference to `_camlGtkFile__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1460): undefined reference to `_camlGtkMain__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1464): undefined reference to `_camlGtkBroken__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1468): undefined reference to `_camlGPango__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x146c): undefined reference to `_camlGDraw__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1470): undefined reference to `_camlGObj__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1474): undefined reference to `_camlGData__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1478): undefined reference to `_camlGMain__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x147c): undefined reference to `_camlOgtkBaseProps__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1480): undefined reference to `_camlOgtkBinProps__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1484): undefined reference to `_camlOgtkButtonProps__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1488): undefined reference to `_camlOgtkEditProps__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x148c): undefined reference to `_camlOgtkListProps__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1490): undefined reference to `_camlOgtkMenuProps__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1494): undefined reference to `_camlOgtkMiscProps__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x1498): undefined reference to `_camlOgtkPackProps__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x149c): undefined reference to `_camlOgtkTreeProps__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x14a0): undefined reference to `_camlOgtkFileProps__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x14a4): undefined reference to `_camlOgtkBrokenProps__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x14a8): undefined reference to `_camlGContainer__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x14ac): undefined reference to `_camlGPack__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x14b0): undefined reference to `_camlGButton__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x14b4): undefined reference to `_camlGMenu__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x14b8): undefined reference to `_camlGMisc__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x14bc): undefined reference to `_camlGTree__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x14c0): undefined reference to `_camlGList__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x14c4): undefined reference to `_camlGFile__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x14c8): undefined reference to `_camlGWindow__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x14cc): undefined reference to `_camlGBin__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x14d0): undefined reference to `_camlGEdit__frametable' c:\DOCUME~1\Zeta\LOCALS~1\Temp\camlstartupcf5de1.o:fake:(.data+0x14d4): undefined reference to `_camlGBroken__frametable' testGtk.o:fake:(.text+0x454): undefined reference to `_camlGMenu__menu_1666' testGtk.o:fake:(.text+0x4b5): undefined reference to `_camlGMenu__tearoff_item_1355' testGtk.o:fake:(.text+0x5ef): undefined reference to `_camlGMenu__radio_menu_item_1565' testGtk.o:fake:(.text+0x967): undefined reference to `_camlGMisc__pixmap_1325' testGtk.o:fake:(.text+0xba4): undefined reference to `_camlGBroken__tree_911' testGtk.o:fake:(.text+0xbf5): undefined reference to `_camlGButton__button_885' testGtk.o:fake:(.text+0xc46): undefined reference to `_camlGButton__button_885' testGtk.o:fake:(.text+0xc97): undefined reference to `_camlGButton__button_885' testGtk.o:fake:(.text+0x12be): undefined reference to `_camlGButton__button_885' testGtk.o:fake:(.text+0x1430): undefined reference to `_camlGBin' testGtk.o:fake:(.text+0x1516): undefined reference to `_camlGPack__button_box_830' testGtk.o:fake:(.text+0x1593): undefined reference to `_camlGButton__button_885' testGtk.o:fake:(.text+0x1609): undefined reference to `_camlGButton__button_885' testGtk.o:fake:(.text+0x167f): undefined reference to `_camlGButton__button_885' testGtk.o:fake:(.text+0x177a): undefined reference to `_camlGWindow__window_1090' testGtk.o:fake:(.text+0x1936): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0x19fd): undefined reference to `_camlGBin' testGtk.o:fake:(.text+0x1aa6): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0x1ce3): undefined reference to `_camlGBin' testGtk.o:fake:(.text+0x1d8c): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0x20aa): undefined reference to `_camlGWindow__window_1090' testGtk.o:fake:(.text+0x226f): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0x2306): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0x238b): undefined reference to `_camlGButton__button_885' testGtk.o:fake:(.text+0x2434): undefined reference to `_camlGButton__button_885' testGtk.o:fake:(.text+0x2763): undefined reference to `_camlGMisc__separator_550' testGtk.o:fake:(.text+0x27c3): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0x281d): undefined reference to `_camlGButton__button_885' testGtk.o:fake:(.text+0x29aa): undefined reference to `_camlGWindow__window_1090' testGtk.o:fake:(.text+0x2b6f): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0x2c1f): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0x2d0a): undefined reference to `_camlGButton' testGtk.o:fake:(.text+0x2e14): undefined reference to `_camlGMisc__separator_550' testGtk.o:fake:(.text+0x2e77): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0x2ed1): undefined reference to `_camlGButton__button_885' testGtk.o:fake:(.text+0x307a): undefined reference to `_camlGWindow__window_1090' testGtk.o:fake:(.text+0x323f): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0x32ef): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0x334a): undefined reference to `_camlGButton__radio_button_1020' testGtk.o:fake:(.text+0x342e): undefined reference to `_camlGButton__radio_button_1020' testGtk.o:fake:(.text+0x3512): undefined reference to `_camlGButton__radio_button_1020' testGtk.o:fake:(.text+0x3623): undefined reference to `_camlGMisc__separator_550' testGtk.o:fake:(.text+0x3686): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0x36e0): undefined reference to `_camlGButton__button_885' testGtk.o:fake:(.text+0x389a): undefined reference to `_camlGWindow__window_1090' testGtk.o:fake:(.text+0x3a5f): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0x3b0f): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0x3bfa): undefined reference to `_camlGButton' testGtk.o:fake:(.text+0x3d04): undefined reference to `_camlGMisc__separator_550' testGtk.o:fake:(.text+0x3d67): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0x3dc1): undefined reference to `_camlGButton__button_885' testGtk.o:fake:(.text+0x3f7a): undefined reference to `_camlGWindow__window_1090' testGtk.o:fake:(.text+0x41b9): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0x4267): undefined reference to `_camlGMenu' testGtk.o:fake:(.text+0x42ed): undefined reference to `_camlGMenu__menu_item_1348' testGtk.o:fake:(.text+0x4379): undefined reference to `_camlGMenu__menu_item_1348' testGtk.o:fake:(.text+0x43ef): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0x44ef): undefined reference to `_camlGMenu__check_menu_item_1508' testGtk.o:fake:(.text+0x45ad): undefined reference to `_camlGMenu__check_menu_item_1508' testGtk.o:fake:(.text+0x466b): undefined reference to `_camlGMenu__check_menu_item_1508' testGtk.o:fake:(.text+0x4722): undefined reference to `_camlGMenu__image_menu_item_1411' testGtk.o:fake:(.text+0x475f): undefined reference to `_camlGtkStock__lookup_656' testGtk.o:fake:(.text+0x47a0): undefined reference to `_camlGtkData__add_entry_750' testGtk.o:fake:(.text+0x47aa): undefined reference to `_camlGMenu__option_menu_1739' testGtk.o:fake:(.text+0x48c3): undefined reference to `_camlGMisc__separator_550' testGtk.o:fake:(.text+0x4926): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0x4980): undefined reference to `_camlGButton__button_885' testGtk.o:fake:(.text+0x4b31): undefined reference to `_camlGMain' testGtk.o:fake:(.text+0x4b5d): undefined reference to `_camlGWindow__color_selection_dialog_2054' testGtk.o:fake:(.text+0x4d96): undefined reference to `_camlGMain' testGtk.o:fake:(.text+0x4dc2): undefined reference to `_camlGWindow__file_selection_2183' testGtk.o:fake:(.text+0x502e): undefined reference to `_camlGMain' testGtk.o:fake:(.text+0x5059): undefined reference to `_camlGWindow__window_1090' testGtk.o:fake:(.text+0x5177): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0x5248): undefined reference to `_camlGBin' testGtk.o:fake:(.text+0x52f4): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0x534f): undefined reference to `_camlGButton__button_885' testGtk.o:fake:(.text+0x5407): undefined reference to `_camlGButton__button_885' testGtk.o:fake:(.text+0x54bf): undefined reference to `_camlGButton__button_885' testGtk.o:fake:(.text+0x55fc): undefined reference to `_camlGMisc__separator_550' testGtk.o:fake:(.text+0x574c): undefined reference to `_camlGMain' testGtk.o:fake:(.text+0x58b6): undefined reference to `_camlGWindow__window_1090' testGtk.o:fake:(.text+0x5b3a): undefined reference to `_camlGWindow__dialog_1563' testGtk.o:fake:(.text+0x5d1d): undefined reference to `_camlGBin__scrolled_window_690' testGtk.o:fake:(.text+0x5e28): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0x60a4): undefined reference to `_camlGButton' testGtk.o:fake:(.text+0x615e): undefined reference to `_camlGButton__button_885' testGtk.o:fake:(.text+0x625e): undefined reference to `_camlGButton__button_885' testGtk.o:fake:(.text+0x6443): undefined reference to `_camlGDraw__pixmap_from_xpm_1236' testGtk.o:fake:(.text+0x6970): undefined reference to `_camlGEdit' testGtk.o:fake:(.text+0x6cda): undefined reference to `_camlGWindow__window_1090' testGtk.o:fake:(.text+0x6e9f): undefined reference to `_camlGButton__toolbar_1543' testGtk.o:fake:(.text+0x704a): undefined reference to `_camlGWindow__window_1090' testGtk.o:fake:(.text+0x7244): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0x72ae): undefined reference to `_camlGMisc__label_1610' testGtk.o:fake:(.text+0x73f2): undefined reference to `_camlGMisc__separator_550' testGtk.o:fake:(.text+0x743b): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0x74e1): undefined reference to `_camlGMisc__separator_550' testGtk.o:fake:(.text+0x74fa): undefined reference to `_camlGMisc__label_1610' testGtk.o:fake:(.text+0x764c): undefined reference to `_camlGBin' testGtk.o:fake:(.text+0x7756): undefined reference to `_camlGButton__toolbar_1543' testGtk.o:fake:(.text+0x7831): undefined reference to `_camlGBin' testGtk.o:fake:(.text+0x7970): undefined reference to `_camlGBin' testGtk.o:fake:(.text+0x7a7f): undefined reference to `_camlGMisc__label_1610' testGtk.o:fake:(.text+0x7e40): undefined reference to `_camlGBroken__tree_911' testGtk.o:fake:(.text+0x7f70): undefined reference to `_camlGBroken__tree_item_904' testGtk.o:fake:(.text+0x831f): undefined reference to `_camlGBroken__tree_911' testGtk.o:fake:(.text+0x83dd): undefined reference to `_camlGBroken__tree_item_904' testGtk.o:fake:(.text+0x83eb): undefined reference to `_camlGBin__alignment_1016' testGtk.o:fake:(.text+0x853d): undefined reference to `_camlGMisc__label_1610' testGtk.o:fake:(.text+0x86e7): undefined reference to `_camlGBin' testGtk.o:fake:(.text+0x8831): undefined reference to `_camlGWindow__window_1090' testGtk.o:fake:(.text+0x894f): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0x89e5): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0x8a44): undefined reference to `_camlGBin__scrolled_window_690' testGtk.o:fake:(.text+0x8cf1): undefined reference to `_camlGBroken__tree_item_904' testGtk.o:fake:(.text+0x8d9b): undefined reference to `_camlGBroken__tree_item_904' testGtk.o:fake:(.text+0x8e10): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0x9131): undefined reference to `_camlGMisc__separator_550' testGtk.o:fake:(.text+0x913b): undefined reference to `_camlGButton__button_885' testGtk.o:fake:(.text+0x92e2): undefined reference to `_camlGButton__radio_button_1020' testGtk.o:fake:(.text+0x9386): undefined reference to `_camlGButton__radio_button_1020' testGtk.o:fake:(.text+0x942a): undefined reference to `_camlGButton__radio_button_1020' testGtk.o:fake:(.text+0x9491): undefined reference to `_camlGButton' testGtk.o:fake:(.text+0x94f8): undefined reference to `_camlGButton' testGtk.o:fake:(.text+0x955f): undefined reference to `_camlGButton' testGtk.o:fake:(.text+0x9613): undefined reference to `_camlGData__adjustment_692' testGtk.o:fake:(.text+0x9642): undefined reference to `_camlGEdit__spin_button_1068' testGtk.o:fake:(.text+0x9729): undefined reference to `_camlGData__adjustment_692' testGtk.o:fake:(.text+0x9758): undefined reference to `_camlGEdit__spin_button_1068' testGtk.o:fake:(.text+0x989e): undefined reference to `_camlGWindow__window_1090' testGtk.o:fake:(.text+0x9a63): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0x9af9): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0x9b8f): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0x9c25): undefined reference to `_camlGBin' testGtk.o:fake:(.text+0x9cd1): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0x9e09): undefined reference to `_camlGBin' testGtk.o:fake:(.text+0x9eb5): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0xa02b): undefined reference to `_camlGBin' testGtk.o:fake:(.text+0xa0d7): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0xa169): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0xa1d3): undefined reference to `_camlGMisc__label_1610' testGtk.o:fake:(.text+0xa359): undefined reference to `_camlGMisc__label_1610' testGtk.o:fake:(.text+0xa52d): undefined reference to `_camlGMisc__separator_550' testGtk.o:fake:(.text+0xa590): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0xa5eb): undefined reference to `_camlGButton__button_885' testGtk.o:fake:(.text+0xa694): undefined reference to `_camlGButton__button_885' testGtk.o:fake:(.text+0xa910): undefined reference to `_camlGtkSignal' testGtk.o:fake:(.text+0xaa1a): undefined reference to `_camlGWindow__window_1090' testGtk.o:fake:(.text+0xab39): undefined reference to `_camlGData__tooltips_756' testGtk.o:fake:(.text+0xabfb): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0xac91): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0xad27): undefined reference to `_camlGButton' testGtk.o:fake:(.text+0xae0a): undefined reference to `_camlGButton' testGtk.o:fake:(.text+0xaeed): undefined reference to `_camlGButton' testGtk.o:fake:(.text+0xaf90): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0xafeb): undefined reference to `_camlGButton__button_885' testGtk.o:fake:(.text+0xb082): undefined reference to `_camlGMisc__tips_query_1741' testGtk.o:fake:(.text+0xb345): undefined reference to `_camlGBin' testGtk.o:fake:(.text+0xb453): undefined reference to `_camlGMisc__separator_550' testGtk.o:fake:(.text+0xb4b6): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0xb510): undefined reference to `_camlGButton__button_885' testGtk.o:fake:(.text+0xb72a): undefined reference to `_camlGWindow__window_1090' testGtk.o:fake:(.text+0xb8ef): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0xb985): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0xba35): undefined reference to `_camlGBin' testGtk.o:fake:(.text+0xbab8): undefined reference to `_camlGMisc__label_1610' testGtk.o:fake:(.text+0xbc09): undefined reference to `_camlGBin' testGtk.o:fake:(.text+0xbc8c): undefined reference to `_camlGMisc__label_1610' testGtk.o:fake:(.text+0xbddd): undefined reference to `_camlGBin' testGtk.o:fake:(.text+0xbe60): undefined reference to `_camlGMisc__label_1610' testGtk.o:fake:(.text+0xbfb1): undefined reference to `_camlGBin' testGtk.o:fake:(.text+0xc034): undefined reference to `_camlGMisc__label_1610' testGtk.o:fake:(.text+0xc16b): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0xc21b): undefined reference to `_camlGBin' testGtk.o:fake:(.text+0xc29e): undefined reference to `_camlGMisc__label_1610' testGtk.o:fake:(.text+0xc3ef): undefined reference to `_camlGBin' testGtk.o:fake:(.text+0xc472): undefined reference to `_camlGMisc__label_1610' testGtk.o:fake:(.text+0xc76a): undefined reference to `_camlGWindow__window_1090' testGtk.o:fake:(.text+0xc92f): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0xc9c5): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0xca5b): undefined reference to `_camlGBin' testGtk.o:fake:(.text+0xcb07): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0xcb71): undefined reference to `_camlGMisc__label_1610' testGtk.o:fake:(.text+0xcce0): undefined reference to `_camlGButton__button_885' testGtk.o:fake:(.text+0xce11): undefined reference to `_camlGBin' testGtk.o:fake:(.text+0xcebd): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0xcf18): undefined reference to `_camlGButton__button_885' testGtk.o:fake:(.text+0xd06f): undefined reference to `_camlGMisc__separator_550' testGtk.o:fake:(.text+0xd0d2): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0xd12c): undefined reference to `_camlGButton__button_885' testGtk.o:fake:(.text+0xd8ca): undefined reference to `_camlGWindow__window_1090' testGtk.o:fake:(.text+0xd9e3): undefined reference to `_camlGMain' testGtk.o:fake:(.text+0xda45): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0xdaaf): undefined reference to `_camlGMisc__label_1610' testGtk.o:fake:(.text+0xdbc7): undefined reference to `_camlGBin__scrolled_window_690' testGtk.o:fake:(.text+0xdcbb): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0xde2e): undefined reference to `_camlGMisc__separator_550' testGtk.o:fake:(.text+0xde91): undefined reference to `_camlGPack' testGtk.o:fake:(.text+0xdeeb): undefined reference to `_camlGButton__button_885' testGtk.o:fake:(.text+0xdfef): undefined reference to `_camlGMain' testGtk.o:fake:(.text+0x4b3e): undefined reference to `_camlGtkMain__quit_408' C:\Programmi\OCaml\lib\lablgtk2\gtkInit.o:fake:(.text+0xb): undefined reference to `_camlGtkMain__init_230' collect2: ld returned 1 exit status Error during linking -- Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor: Scarica Sweety e la Rana Pazza sul tuo cellulare. La prima suoneria è GRATIS! Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=3542&d=20051027