From: David R. <dr...@jd...> - 2003-08-23 14:04:44
|
On Sat, Aug 23, 2003 at 11:43:57AM +0200, Daan Leijen wrote: > Hi David, > > > I just downloaded the CVS version of wxhaskell. It compiles > > and installs > > fine with a simple ./configure && make && make install, but I get the > > following error when I try to compile HelloWorld.hs: > > I run: > > > > ghc -package wx -o HelloWorld HelloWorld.hs > > > > and on link I get many lines such as the following: > > /usr/lib/libwxc.so: undefined reference to > > `wxGrid::GetColLabelValue(int)' > > > > So it looks like the wxgtk library isn't getting included in the link > > somehow. > > Hmm, strange -- I just compiled the latest CVS version > with ghc 5.5 with gtk-2.4 on freeBSD without problems. > (at home I use ghc 6.01 on windows). Arthur showed yesterday that > the latest CVS also works on macOSX I tried again on my home machine, and everything works fine, but using debian unstable and debian testing. The work machine I was using was a mixture of stable and testing, and that may have been the problem. Perhaps it was an issue of gcc 3.3/2.94 incompatibility. In any case, it now seems to work fine. :) -- David Roundy http://www.abridgegame.org |