Date: Sun, 28 Jul 2002 02:45:29 -0700 From: Bill Huey (Hui) <billh@gnuppy.monkey.org> To: Huang wen hui <hwh@mail.gddsn.org.cn> Cc: freebsd-java@freebsd.org, freebsd-current@freebsd.org Subject: Re: a gcc3.1 bug ? Message-ID: <20020728094529.GA3569@gnuppy.monkey.org> In-Reply-To: <3D4391CF.1020504@mail.gddsn.org.cn> References: <3D4391CF.1020504@mail.gddsn.org.cn>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jul 28, 2002 at 02:40:15PM +0800, Huang wen hui wrote: > /usr/src/lib/libc_r/uthread/pthread_private.h:947: parse error before > `__null' > /usr/src/lib/libc_r/uthread/pthread_private.h:957: parse error before > `__null' > /usr/src/lib/libc_r/uthread/pthread_private.h:965: parse error before > `__null' > gmake[2]: *** [os_linux_i486.o] Error 1 > gmake[2]: Leaving directory > `/usr/ports/java/jdk13/work/hotspot1.3.1/build/linux/linux_i486_core/jvmg' > gmake[1]: *** [the_vm] Error 2 > gmake[1]: Leaving directory > `/usr/ports/java/jdk13/work/hotspot1.3.1/build/linux/linux_i486_core/jvmg' > gmake: *** [jvmgcore] Error 2 > > > but if I change " pthread_attr pthread_attr_default " to other name, the > compiler will pass. > > Does gcc31 have bug ? Nope, #undef that symbol. And try again. I can't remember exactly what the line is but repeat for all three places. bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020728094529.GA3569>