Asko Kauppi wrote: > > > A bit premature, that was. Mingw-gcc also needs a fix. > > The command 'ulimit -S -s unlimited' causes a problem here. > > CompileScript: << > #!/bin/sh -ev > ulimit -S -s unlimited > mkdir darwin > cd darwin > ../configure %c > make > << > > > Now, why is that since if I simply say 'ulimit -S -s unlimited', it > works. But if the info file does it, it doesn't....?
Looks like root is not allowed to do this, but non-root user is. Anyway, is this really necessary? i haven't tested it, but the package is so old that chances are that the default stacksize was smaller when it was created. What happens if you simply remove that line? -- Martin ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Fink-devel mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.devel
