Compilar en diferentes directorios
mkdir custombuild
cd custombuild
./configure $CUSTOMFLAGS
Cambiarle el nombre a un programa
./configure --program-transform-name=PROGRAM
mkdir custombuild
cd custombuild
./configure $CUSTOMFLAGS
./configure --program-transform-name=PROGRAM
Comentarios
Comments powered by Disqus