[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnumed-devel] More of borders/fonts
From: |
richard terry |
Subject: |
Re: [Gnumed-devel] More of borders/fonts |
Date: |
Mon, 18 Aug 2003 08:21:52 +1000 |
User-agent: |
KMail/1.5 |
I downloaded and installed:
345 tar --directory /home/richard/ -xzvf gtk+-2.2.2.tar.gz
346 cd /home/richard/gtk+-2.2.2/
347 ls
348 ./configure
349 make
350 make install
Then tried to install wxGTK2, getting the error result:
GL -lGLU
/usr/bin/ld: cannot find -lGLU
collect2: ld returned 1 exit status
make: *** [lib/libwx_gtk2ud_gl-2.4.so.0.0.0] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.66673 (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.66673 (%build)
address@hidden gtk2]#
On Sun, 17 Aug 2003 07:15 pm, Karsten Hilbert wrote:
> > http://alldunn.com/wxPython/preview/2.4.1.2/
> >
> > but so far no luck in installing it because of dependency problems.
>
> Do you have GTK+ 2.0 itself installed ? wxPython sits atop
> the wxGTK variety of wxWindows, wxGTK in turn sits atop GTK,
> IIRC. wxPython does include wxGTK but AFAIK does NOT include
> GTK itself.
>
> Karsten