Re: [Fink-users] gtk+2 failed to compile

2003-07-07 Thread David Orlovich
yep - got those installed. I'll try again when I get to work. thanks for the help. David. On Monday, July 7, 2003, at 02:35 PM, David R. Morrison wrote: Make sure that you have both dlcompat-dev and dlcompat-shlibs installed... -- Dave

Re: [Fink-users] gtk+2 failed to compile

2003-07-07 Thread Alexander Hansen
make sure you have glib2-dev installed, since that seems to be where all of the executables are. On Sun, 2003-07-06 at 22:14, David Orlovich wrote: Hello again Alexander and fink users. Thanks for the help so far. I haven't solved the problem yet though :( If I move /usr/local out of the

RE: [Fink-users] gtk+2 failed to compile

2003-07-06 Thread Alexander K. Hansen
I see a -L/usr/local/lib there. It looks like your build may be mixing library versions between /usr/local/lib and /sw/lib. http://fink.sourceforge.net/faq/comp-general.php#usr-local-libs Alexander K. Hansen Levitated Dipole Experiment http://www.psfc.mit.edu/LDX -Original Message-

Re: [Fink-users] gtk+2 failed to compile

2003-07-06 Thread David Orlovich
Ah ha! Thanks - I hadn't been tricked by that one before. I'm trying it now and will report on the success or otherwise. Thanks heaps for the help! David. On Monday, July 7, 2003, at 12:05 PM, Alexander K. Hansen wrote: I see a -L/usr/local/lib there. It looks like your build may be

Re: [Fink-users] gtk+2 failed to compile

2003-07-06 Thread Alexander K. Hansen
Actually, I was working (offlist) with someone who had an identical error message, so I knew right where to look. The item has only been in the FAQ for a couple of weeks. Good luck. On Sun, 2003-07-06 at 20:17, David Orlovich wrote: Ah ha! Thanks - I hadn't been tricked by that one before.

Re: [Fink-users] gtk+2 failed to compile

2003-07-06 Thread David Orlovich
Hello again Alexander and fink users. Thanks for the help so far. I haven't solved the problem yet though :( If I move /usr/local out of the way, the configure fails with an error about GLIB. I don't understand because glib2 is installed in /sw so I guess that mustn't be the real source of