This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: cygwin issues
- To: alk at pobox dot com
- Subject: Re: cygwin issues
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- Date: Fri, 25 May 2001 15:56:29 +1200
- CC: java at gcc dot gnu dot org
- References: <15117.33812.451036.87874@spanky.love.edu>
Tony Kimball wrote:
> - Link arguments are wrong, out of the box:
> libgcjdata.a and -lpthread are supplied to collect2. I just work
> around this so far.
We should move the defination of THREADSPEC and THREADLIBS from
configure.in to configure.host so it can be changed for different
targets.
> - alloca. ok, this should be obvious to me, but its not. There's
> seemingly no alloca.h for cygwin, so I just changed references to
> __builtin_alloca.
I think thats a reasonable fix. We only build on one compiler so we know
__builtin_alloca is availble.
regards
[ bryce ]