#2004: Where did Configure.pl option '--cxx' go to?
-----------------------+----------------------------------------------------
 Reporter:  jkeenan    |       Owner:       
     Type:  bug        |      Status:  new  
 Priority:  normal     |   Milestone:       
Component:  configure  |     Version:  3.0.0
 Severity:  medium     |    Keywords:       
     Lang:             |       Patch:       
 Platform:  all        |  
-----------------------+----------------------------------------------------

Comment(by jkeenan):

 {{{
 $>  make realclean
 $>  perl Configure.pl
 $>  mv lib/Parrot/Config/Generated.pm ~/learn/parrot/no.cxx.Generated.pm
 $>  make realclean
 $>  perl Configure.pl --cxx=foobar
 $>  mv lib/Parrot/Config/Generated.pm
 ~/learn/parrot/foobar.cxx.Generated.pm
 $>  cd ~/learn/parrot
 $>  diff -w no.cxx.Generated.pm foobar.cxx.Generated.pm
 100c100
 <   'configdate' => 'Fri Feb 11 02:51:48 2011 GMT',
 ---
 >   'configdate' => 'Fri Feb 11 02:52:49 2011 GMT',
 102c102
 <   'configure_args' => '',
 ---
 >   'configure_args' => '"--cxx=foobar"',
 }}}
 So you might think you're selecting a C++ compiler to use during `make`,
 but you aren't.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/2004#comment:1>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to