Date: Sat, 29 Oct 2005 17:45:38 +0400 From: Anastasia Gornostaeva To: lablgtk at math.nagoya-u.ac.jp Subject: Re: LablGtk 2.6.0 and LablGL 1.02 Message-ID: <20051029134538.GA42470 at ermine.home> References: <20051028.121831.35663388.garrigue at math.nagoya-u.ac.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20051028.121831.35663388.garrigue at math.nagoya-u.ac.jp> Hello. To bould lablgtk2 (any version) with gspell under freebsd i need to modify make.config: GTKSPELL_LIBS = -Wl,--rpath -Wl,/usr/local/lib -L/usr/X11R6/lib -lgtkspell -L/usr/local/lib -laspell (libaspell is installed into /usr/local/lib). And, I built lablGL with freeglut library instead of Mesa, does it make sense? It seems it works perfectly. I have a simple question: when i should prefer GtkThread.main () instead of GMain.Main.main (), if I use threads? Always or in some cases? ermine