Yaakov (Cygwin/X) a écrit : > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > hd wrote: > >> As I understand, CYGCONF_ARGS can provide additionnals parameters to >> ./configure >> >> if I try : >> $ CYGCONF_ARGS='CFLAGS="-g3 -O0"' cygport foo.cygport compile >> >> ./configure failed with error message : >> configure: error: unrecognized option: -O0" >> >> It seems that the string CFLAGS="-g3 -O0" is split in 2 parameters >> 'CFLAGS="-g3' and '-O0"' >> >> I have also tried without success >> $ CYGCONF_ARGS='CFLAGS=\"-g3 -O0\"' cygport foo.cygport compile >> > > Just set CFLAGS in the foo.cygport or in ~/.cygport.conf. > OK, but ~/.cygport.conf alters all .cygport files Maybe, cygport could also "source" a local ./cygport.conf file in a future release ?
Regards ------------------------------------------------------------------------------ Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB _______________________________________________ Cygwin-ports-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cygwin-ports-general
