On Sat, 18 Jun 2005, Daniel Macks wrote:

There's a bug in ./configure or libtool that causes a fork-bomb with
fort77.

I sent a patch to the fort77 maintainer on June 3rd. I haven't received a reply yet, does anyone object to me committing it?

It's quite non-invasive, the change is to add
    $cc = "cc" if $cc =~ /fort77$;
up near the top, after $cc is set? Some things (gcc4, for one) set $ENV{CC} = "fort77" when invoking fort77 in ./configure.



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Fink-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to