-----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. Yaakov Cygwin Ports -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Cygwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEAREIAAYFAkljjqIACgkQpiWmPGlmQSPNJwCgtwXpuVEdSULDhPy2kd6LawUp /7AAn3hoaAj4/QsWpQ6dnJkjG3QlGjdS =80a6 -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ 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
