From: Daan L. <daa...@xs...> - 2004-03-29 19:03:22
|
On Mon, 29 Mar 2004 19:33:13 +0200, Gour <go...@ma...> wrote: > I have problem when linking darcs pn my Gentoo box. > > I have tried to checkout latest wxhaskell code, but still I get the same errors. Hi Gour, The functions that are missing are indeed missing from the wxHaskell library since version 0.4 (?). Anyway, you probably didn't rebuild the wxHaskell library properly and you are linking against an older libwxcore0. (ie. do a clean compile of everything). All the best, Daan. > [...] > ghc -optc-Os -optc-march=pentium3 -optc-mfpmath=sse -optc-msse -optc-mmmx -optc-fomit-frame-pointer -optc-pipe -optc-funroll-loops -c hscurl.c > ghc -optc-Os -optc-march=pentium3 -optc-mfpmath=sse -optc-msse -optc-mmmx -optc-fomit-frame-pointer -optc-pipe -optc-funroll-loops -c rts.c > Linking darcs ... > /usr/lib/libwxcore0.a(WxcClasses.o)(.text+0x736f): In function `sU1M_entry': > : undefined reference to `ELJApp_SendIdleEventsToWindow' > /usr/lib/libwxcore0.a(WxcClasses.o)(.text+0x7476): In function `sU24_entry': > : undefined reference to `ELJApp_SendIdleEvents' > /usr/lib/libwxcore0.a(WxcClasses.o)(.text+0x7ea6): In function `sU4k_entry': > : undefined reference to `ELJApp_GetWantDebugOutput' > /usr/lib/libwxcore0.a(WxcClasses.o)(.text+0x6ce0f): In function `s1dtl_ret': > : undefined reference to `wxNavigationKeyEvent_SetPropagate' > /usr/lib/libwxcore0.a(WxcClasses.o)(.text+0x82a1b): In function `s12nk_entry': > : undefined reference to `wxListEvent_GetOldItem' > /usr/lib/libwxcore0.a(WxcClasses.o)(.text+0x82bc7): In function `s12nH_entry': > : undefined reference to `wxListEvent_GetOldIndex' > /usr/lib/libwxcore0.a(WxcClasses.o)(.text+0xc8fab): In function `s1cFK_ret': > : undefined reference to `wxDllLoader_LoadLibrary' > /usr/lib/libwxcore0.a(WxcClasses.o)(.text+0xf5e47): In function `s1cgH_ret': > : undefined reference to `wxDllLoader_GetSymbol' > /usr/lib/libwxcore0.a(WxcClasses.o)(.text+0xf5fb5): In function `s1cgE_ret': > : undefined reference to `wxDllLoader_UnloadLibrary' > collect2: ld returned 1 exit status > make: *** [darcs] Error 1 > > > I have wxGTK-2.4.2. > > Any idea? > > Sincerely, > Gour > > |