Re: [AMBER-Developers] fedora x11 libs

From: Scott Brozell <sbrozell.rci.rutgers.edu>
Date: Sat, 12 Dec 2009 01:46:02 -0500

Hi,

Thanks for checking; I have updated the configure blurb.

BTW, who knows why there are two sections in configure for checking
the X11 libs: (they seem to overlap in function) ?

#-----------------------------------
# skip building of xleap?
#-----------------------------------

...

#--------------------------------------------------------------------------
# Check if the X11 library files for XLEaP are present:
#--------------------------------------------------------------------------

Scott

On Fri, Dec 11, 2009 at 04:44:00AM -0800, Mengjuei Hsieh wrote:
>
> Although I deployed hundreds of Fedora machines, I didn't have any
> machine with the latest Fedora 12. So I installed a Fedora 12
> (x86_64) in my virtualbox, with default setting, unchecked Office
> productivity, checked Developer Environment.
>
> Command "yum list" does show that the packages I suggested do exist,
> even more, they are default options after you checked developer's
> env when installing the os.
>
> [root.f64vm ~]# yum list libXt-devel libX11-devel libICE-devel libSM-devel libXext-devel
> Loaded plugins: presto, refresh-packagekit
> Installed Packages
> libICE-devel.x86_64 1.0.6-1.fc12 .fedora
> libSM-devel.x86_64 1.1.0-7.fc12 .fedora
> libX11-devel.x86_64 1.3-1.fc12 .fedora
> libXext-devel.x86_64 1.1-1.fc12 .fedora
> libXt-devel.x86_64 1.0.7-1.fc12 .fedora
> Available Packages
> libICE-devel.i686 1.0.6-1.fc12 fedora
> libSM-devel.i686 1.1.0-7.fc12 fedora
> libX11-devel.i686 1.3-1.fc12 fedora
> libXext-devel.i686 1.1-1.fc12 fedora
> libXt-devel.i686 1.0.7-1.fc12 fedora
>
> In the other hand, Fedora 12 still requires tcsh. ./configure still needs
> some modification to acknowledge the existence of X11.
>
>
> Index: configure
> ===================================================================
> --- configure (original copy)
> +++ configure (working copy)
> .. -253,7 +253,7 ..
>
> if [ -d /usr/X11R6/lib ]; then
> xhome='/usr/X11R6'
> -elif [ -f /usr/lib/libX11.a -o -f /usr/lib/libX11.so ]; then
> +elif [ -f /usr/lib/libX11.a -o -f /usr/lib/libX11.so -o -f /usr/lib64/libX11.a -o -f /usr/lib64/libX11.so ]; then
> xhome='/usr'
> else
> echo "Could not find the X11 libraries; you may need to edit config.h"
> ===================================================================
>
> Regards,
> --
> Mengjuei Hsieh, Luo Research Group, Molecular Biology & Biochemistry,
> University of California Irvine.
>
> On Thu, Dec 10, 2009 at 10:25:19PM -0500, Scott Brozell wrote:
> > Hi,
> > No. I dont have a fedora machine.
> > Im trying to update the package list for fedora for xleap in configure.
> > The point is to avoid a laundry list of packages.
> > ( According to
> > https://admin.fedoraproject.org/pkgdb/packages/index/
> > libXt-devel does not exist, but libXt does, ... )
> > thanks,
> > Scott
> > On Thu, Dec 10, 2009 at 02:50:30PM -0800, MengJuei Hsieh wrote:
> > > Did you try to do this command?
> > > yum install libXt-devel libX11-devel libICE-devel libSM-devel
> > > libXext-devel
>

_______________________________________________
AMBER-Developers mailing list
AMBER-Developers.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber-developers
Received on Fri Dec 11 2009 - 23:00:02 PST
Custom Search