Subject: config.status doesn't put `"' around variable - msg#00084
List: sysutils.autoconf.general
I got
[hjl@gnu-4 libunwind-0.98]$ ./config.status --recheck
running /bin/sh ./configure --enable-debug
--host=ia64-redhat-linux-gnu --build=ia64-redhat-linux-gnu
--target=ia64-redhat-linux-gnu --program-prefix= --prefix=/usr
--exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin
--sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include
--libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var
--sharedstatedir=/usr/com --mandir=/usr/share/man
--infodir=/usr/share/info CFLAGS=-O2 -g -pipe CXXFLAGS=-O2 -g -pipe
FFLAGS=-O2 -g -pipe build_alias=ia64-redhat-linux-gnu
host_alias=ia64-redhat-linux-gnu target_alias=ia64-redhat-linux-gnu
--no-create --no-recursion
It will be nice to use CFLAGS="-O2 -g -pipe" instead of
CFLAGS=-O2 -g -pipe.
H.J.
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
How can I pass additional option to configure?
I want to pass additional option to configure from
# ./config.status --recheck ....
I got
[hjl@gnu-4 libunwind-0.98]$ ./config.status --recheck --enable-debug
config.status: error: unrecognized option: --enable-debug
Try `./config.status --help' for more information.
How can I do what I need?
H.J.
Next Message by Date:
click to view message preview
Re: config.status doesn't put `"' around variable
On Thu, 26 Aug 2004, H. J. Lu wrote:
I got
[hjl@gnu-4 libunwind-0.98]$ ./config.status --recheck
running /bin/sh ./configure --enable-debug
--host=ia64-redhat-linux-gnu --build=ia64-redhat-linux-gnu
--target=ia64-redhat-linux-gnu --program-prefix= --prefix=/usr
--exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin
--sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include
--libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var
--sharedstatedir=/usr/com --mandir=/usr/share/man
--infodir=/usr/share/info CFLAGS=-O2 -g -pipe CXXFLAGS=-O2 -g -pipe
FFLAGS=-O2 -g -pipe build_alias=ia64-redhat-linux-gnu
host_alias=ia64-redhat-linux-gnu target_alias=ia64-redhat-linux-gnu
--no-create --no-recursion
It will be nice to use CFLAGS="-O2 -g -pipe" instead of
CFLAGS=-O2 -g -pipe.
Or 'CFLAGS=-O2 -g -pipe' would be better.
At least 'config.status --version' seems to output somewhat useful
syntax now. For a while it lacked quoting.
Since ./config.status --recheck is apparently not allowed to create
new files, I often cut-and-paste the output of 'config.status
--version' into the command-line in order to re-configure. At one
time the entire command was mentioned in one line, but now it is
split. This is a continuing sore point with me.
Bob
======================================
Bob Friesenhahn
bfriesen@xxxxxxxxxxxxxxxxxxx
http://www.simplesystems.org/users/bfriesen
Previous Message by Thread:
click to view message preview
How can I pass additional option to configure?
I want to pass additional option to configure from
# ./config.status --recheck ....
I got
[hjl@gnu-4 libunwind-0.98]$ ./config.status --recheck --enable-debug
config.status: error: unrecognized option: --enable-debug
Try `./config.status --help' for more information.
How can I do what I need?
H.J.
Next Message by Thread:
click to view message preview
Re: config.status doesn't put `"' around variable
On Thu, 26 Aug 2004, H. J. Lu wrote:
I got
[hjl@gnu-4 libunwind-0.98]$ ./config.status --recheck
running /bin/sh ./configure --enable-debug
--host=ia64-redhat-linux-gnu --build=ia64-redhat-linux-gnu
--target=ia64-redhat-linux-gnu --program-prefix= --prefix=/usr
--exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin
--sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include
--libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var
--sharedstatedir=/usr/com --mandir=/usr/share/man
--infodir=/usr/share/info CFLAGS=-O2 -g -pipe CXXFLAGS=-O2 -g -pipe
FFLAGS=-O2 -g -pipe build_alias=ia64-redhat-linux-gnu
host_alias=ia64-redhat-linux-gnu target_alias=ia64-redhat-linux-gnu
--no-create --no-recursion
It will be nice to use CFLAGS="-O2 -g -pipe" instead of
CFLAGS=-O2 -g -pipe.
Or 'CFLAGS=-O2 -g -pipe' would be better.
At least 'config.status --version' seems to output somewhat useful
syntax now. For a while it lacked quoting.
Since ./config.status --recheck is apparently not allowed to create
new files, I often cut-and-paste the output of 'config.status
--version' into the command-line in order to re-configure. At one
time the entire command was mentioned in one line, but now it is
split. This is a continuing sore point with me.
Bob
======================================
Bob Friesenhahn
bfriesen@xxxxxxxxxxxxxxxxxxx
http://www.simplesystems.org/users/bfriesen