On 8/26/05, Adam Worrall <[EMAIL PROTECTED]> wrote: > I'm getting linking errors during the build of > libgnomedb/control-center, from Garnome 2.11.92. I'm on an AMD64 > Fedora Core 3.
Looks like Pat spent his hour better than I did - he got the fix (many thanks for pointing it out to me :) My underlying problem was that to get the 64 bit libs picked up, I'd set LDFLAGS = -L/lib64 -L/usr/lib64 -L/usr/local/lib64 -L/usr/X11R6/lib64 -lXtst which pushed all the default system libs to the front of the queue. Now I've set it to LDFLAGS = -L$(PREFIX)/lib -L/lib64 -L/usr/lib64 -L/usr/local/lib64 -L/usr/X11R6/lib64 -lXtst the build works fine. Thanks, - Adam -- garnome-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/garnome-list
