MIKE wrote: > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Baho Utot > Sent: Thursday, January 03, 2013 6:37 PM > To: BLFS Support List > Subject: Re: [blfs-support] util-macros > > MIKE wrote: >> -----Original Message----- >> From: [email protected] >> [mailto:[email protected]] On Behalf Of Armin K. >> Sent: Thursday, January 03, 2013 6:21 PM >> To: BLFS Support List >> Subject: Re: [blfs-support] util-macros >> >> On 01/04/2013 01:19 AM, MIKE wrote: >>> Hi, >>> >>> Everytime I run >>> >>> >>> ./configure $XORG_CONFIG && >>> Make >>> >>> root [ /sources/util-macros-1.17 ]# >>> root [ /sources/util-macros-1.17 ]# ./configure $XORG_CONFIG && >>>> make >>> configure: WARNING: unrecognized options: --disable-static >>> configure: error: expected an absolute directory name for --prefix: >>> <PREFIX> >>> >>> I get the following issues any suggestions? >>> >>> Here is my profile from profile.d >>> XORG_PREFIX="/usr/X11" >>> XORG_CONFIG="--prefix=$XORG_PREFIX \ >>> --sysconfdir=/etc \ >>> --localstatedir=/var \ >>> --disable-static" >>> XORG_CONFIG2="--prefix=$XORG_PREFIX \ >>> --sysconfdir=/etc \ >>> --localstatedir=/var" >>> export XORG_PREFIX XORG_CONFIG >>> >>> pathappend $XORG_PREFIX/bin PATH >>> pathappend $XORG_PREFIX/lib/pkgconfig PKG_CONFIG_PATH pathappend >>> $XORG_PREFIX/share/pkgconfig PKG_CONFIG_PATH export PATH >>> PKG_CONFIG_PATH >>> >> Can you post output of >> >> $ echo $XORG_CONFIG >> Here is the output >> >> root [ /sources/util-macros-1.17 ]# echo $XORG_CONFIG >> --prefix=<PREFIX> --sysconfdir=/etc --localstatedir=/var --disable-static >> ^^^^^^^ > There is the problem > > Hi, > > I am sort of new at this can you tell me how and ware to fix it I went back > threw what I did already and seam to still be missing it. > -- > http://linuxfromscratch.org/mailman/listinfo/blfs-support > FAQ: http://www.linuxfromscratch.org/blfs/faq.html > Unsubscribe: See the above information page > It appears to me that the
XORG_CONFIG="--prefix=$XORG_PREFIX is not seeing the $XORG_ part of --prefix=$XORG_PREFIX I am at a loss to say where the < > came from. I am missing part of the problem as I don't have all the info before me. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
