On Jun 5, 2011, at 12:09 PM, Ricardo Romanowski wrote: > Hey Sean, > > thank you very much for this advice, - but I still didn't get it working, - > I downloaded the tarball marked as stable which is version 7.20.0, - > ran the autogen.sh script, - > ran ./configure --without-ogl, - after that make, make install and so on, and > it still crashes, - does the configure-script set the compile-flags correctly > usually, - or did i just expect it to while it doesn't?
Yes, it usually does but I misread your crash log. It the same issue as was mentioned a couple days ago with an incompatibility with libraries you have in /opt from ports and your system X11 libraries. Try adding --enable-all in addition to --without-ogl and it might avoid the linkage. Cheers! Sean ------------------------------------------------------------------------------ Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery options mean your data is safe, secure and there when you need it. Discover what all the cheering's about. Get your free trial download today. http://p.sf.net/sfu/quest-dev2dev2 _______________________________________________ BRL-CAD Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/brlcad-users
