Hello all, this is probably a very simple question but for the life of me
I cannot get the configure script to work.  I have multiple locations for
the X11R6 directory as I have motif in my user account only (have no root
access) so I am using the --x-includes and --x-libraries flags for
configure.  For some reason, when I try to include more than one path in
--x-includes of --x-libraries the configure script can no longer find the
path.

i.e.

configure --x-includes=/usr/opt/X11R6/includes \
          --x-libraries=/usr/opt/X11R6/lib

--> works for most:
checking for XCreateGC in -lX11... yes
checking for XtMalloc in -lXt... yes
checking for XextAddDisplay in -lXext... yes
checking for XmGetDestination in -lXm... no

configure --x-includes=${HOME}/local/X11R6/includes \
          --x-libraries=${HOME}/local/X11R6/lib

--> works for MOTIF:       
checking for XCreateGC in -lX11... no
checking for XtMalloc in -lXt... no
checking for XextAddDisplay in -lXext... no
checking for XmGetDestination in -lXm... yes

configure --x-includes=/usr/opt/X11R6/include:/${HOME}/local/X11R6/include\
          --x-libraries=/usr/opt/X11R6/lib:${HOME}/local/X11R6/lib

--> works for none:       
checking for XCreateGC in -lX11... no
checking for XtMalloc in -lXt... no
checking for XextAddDisplay in -lXext... no
checking for XmGetDestination in -lXm... no

I have tried every permutation of punctuation to get multiple
patches working but I am at a loss! Does anyone know how to do this?

I am on Linux (RH 6+) intel hardware.  Everything build from raw sources.

Any and all help is greatly appreciated

Randall

Reply via email to