bug-gnu-utils
[Top][All Lists]
Advanced

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

convert-archive.in uses "gcc" instead of $CC


From: Ryan Schmidt
Subject: convert-archive.in uses "gcc" instead of $CC
Date: Sun, 6 Jun 2010 18:44:30 -0500

In gettext 0.18.1.1 at least, gettext-tools/misc/convert-archive.in tries to 
compile something using the program "gcc" instead of using the value of the 
environment variable $CC like the rest of the gettext compilation does.


[snip]
    # Set a nonstandard variable, for a good-looking cvs history.
    cvsuser=bruno
    gcc -shared -fPIC -O cvsuser.c -o cvsuser.so
    cvsuser_hack=`pwd`/cvsuser.so
[snip]






reply via email to

[Prev in Thread] Current Thread [Next in Thread]