LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   BLFS - Xorg - util-macros-1.18.0 (https://www.linuxquestions.org/questions/linux-from-scratch-13/blfs-xorg-util-macros-1-18-0-a-4175499367/)

stefan1959 03-25-2014 02:41 AM

BLFS - Xorg - util-macros-1.18.0
 
When I configure with ./configure $XORG_CONFIG

I get a error
configure: WARNING: unrecognized options: --disable-static
echo $XORG_CONFIG

--prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static

Am I missing dependencies or something here?

Everything has been smooth until here.

Used slackware to build LFS, now I'm building from LFS.

Steve

Keith Hedger 03-25-2014 05:31 AM

Most configure scripts will ignore unknown options which is what is happening here, usually there's no harm done, especially with a generic option like "--disable-static" and the warning can be ignored. Some configure scripts will fall over with an unknown option in which case you should not use a generic set of configure actions but set them manually, but as I said in this case ignore it.

stefan1959 03-25-2014 06:06 AM

Thank you, I will continue then.

Steve


All times are GMT -5. The time now is 07:10 PM.