#382: make fails on freebsd 6.2/gcc 3.4
----------------------+-----------------------------------------------------
 Reporter:  dukeleto  |        Owner:  coke    
     Type:  bug       |       Status:  reopened
 Priority:  normal    |    Milestone:          
Component:  core      |      Version:          
 Severity:  medium    |   Resolution:          
 Keywords:            |         Lang:          
    Patch:            |     Platform:  freebsd 
----------------------+-----------------------------------------------------

Comment(by fperrad):

 When 'gmake' is not detected as your make (by Configure), all ':=' are
 substituted by '='.

 Most of the time, the configuration step config/inter/make.pm prefers
 'gmake' if many make are available in PATH.

 So, you could :
  - remove 'gmake' of your PATH, because you don't use it
  - force your favourite make with : perl Configure.pl --make=my_make

 Currently, your configuration is not coherent, built with gmake and used
 without.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/382#comment:9>
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