Re: Using special characters (quote / space) in compiler-related variables

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 10/18/11 06:57, Dmitry Katsubo wrote:
> CXXFLAGS="-D__int64=\"long long\" ${CXXFLAGS}"

This appears to be more of a shell question than an autoconf
question.  From an autoconf point of view, you probably shouldn't
be messing with CXXFLAGS -- that's a variable that the
user should be setting.

>From a shell point of view, the program:

CXXFLAGS="-D__int64=\"long long\""
for i in $CXXFLAGS; do echo $i; done

outputs:

-D__int64="long
long"

which may help to explain the symptoms you're seeing.

_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
https://lists.gnu.org/mailman/listinfo/autoconf


[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux