Re: lang/gcc34 broken on 8-current?!?!?

2007-10-19 Thread Scot Hetzel
mk > TARGET_CPU_DEFAULT="" \ > HEADERS="ansidecl.h" DEFINES="" \ > /bin/sh .././..//gcc-3.4.6/gcc/mkconfig.sh tconfig.h > ./xgcc -B./ -B/usr/local/x86_64-portbld-freebsd8.0/bin/ -isystem > /usr/local/x86_64-portbld-freebsd8.0/include -isystem

lang/gcc34 broken on 8-current?!?!?

2007-10-19 Thread Aryeh M. Friedman
.4.6/gcc/mkconfig.sh tconfig.h ./xgcc -B./ -B/usr/local/x86_64-portbld-freebsd8.0/bin/ -isystem /usr/local/x86_64-portbld-freebsd8.0/include -isystem /usr/local/x86_64-portbld-freebsd8.0/sys-include -L/usr/ports/lang/gcc34/work/build/gcc/../ld -O2 -DIN_GCC-W -Wall -Wwrite-strings -Wstrict-prototy

Re: Error compiling gcc34 on 5.2.1

2007-07-04 Thread Abdullah Ibn Hamad Al-Marri
On 7/5/07, Sabastian Cooke <[EMAIL PROTECTED]> wrote: Hi, I am trying to update amavisd-new from amavisd-new-2.4.5,1 to 2.5.1 on our FreeBSD mail server, and it seems to require an update to file utility and that requires gcc34 and i only have gcc 3.3.3 installed, when either the script

Error compiling gcc34 on 5.2.1

2007-07-04 Thread Sabastian Cooke
Hi, I am trying to update amavisd-new from amavisd-new-2.4.5,1 to 2.5.1 on our FreeBSD mail server, and it seems to require an update to file utility and that requires gcc34 and i only have gcc 3.3.3 installed, when either the script or me tries to build gcc34 from the ports collection, i get

Re: Modifying gcc34 makefile to compile with java

2006-11-19 Thread Kris Kennaway
On Sun, Nov 19, 2006 at 01:04:23PM -0400, David Pratt wrote: > Hi Kris. This is a libgcj in gcc issue and have posted to > [EMAIL PROTECTED] list. I see that there is a similar reference to > something similar on Darwin platform which has FreeBSD roots. It seems > that unwind symbol may be getti

Re: Modifying gcc34 makefile to compile with java

2006-11-19 Thread David Pratt
Hi Kris. This is a libgcj in gcc issue and have posted to [EMAIL PROTECTED] list. I see that there is a similar reference to something similar on Darwin platform which has FreeBSD roots. It seems that unwind symbol may be getting introduced into libgcj (so that when compiled produces the error)

Re: Modifying gcc34 makefile to compile with java

2006-11-18 Thread Kris Kennaway
On Sat, Nov 18, 2006 at 08:58:01PM -0400, David Pratt wrote: > Hi Kris. I realize the java support prior to 4 requires a ton of RAM to > compile but I also know the compiler is reasonably good afterwards (from > other platforms) but have not been successful with FreeBSD at this > point. > > I at

Re: Modifying gcc34 makefile to compile with java

2006-11-18 Thread David Pratt
to compile gcc34 port with java by modifying Makefile by adding the argument --enable-languages=c,c++,java This failed giving me a list of languages that excluded java. This version of gcc is capable of compiling with java. Can someone provide some advice on getting this port to compile

Re: Modifying gcc34 makefile to compile with java

2006-11-18 Thread Kris Kennaway
On Sat, Nov 18, 2006 at 07:19:16PM -0400, David Pratt wrote: > Hi. I have recently tried to compile gcc34 port with java by modifying > Makefile by adding the argument > > --enable-languages=c,c++,java > > This failed giving me a list of languages that excluded java. This &

Modifying gcc34 makefile to compile with java

2006-11-18 Thread David Pratt
Hi. I have recently tried to compile gcc34 port with java by modifying Makefile by adding the argument --enable-languages=c,c++,java This failed giving me a list of languages that excluded java. This version of gcc is capable of compiling with java. Can someone provide some advice on getting

Re: gcc34 build error on Freebsd 5.1

2005-07-25 Thread Kris Kennaway
On Mon, Jul 25, 2005 at 01:38:08PM -0500, Darryl Hoar wrote: > I had thought that at first, but felt is was the > "windows" copout to install a brand new version > instead of figuring out the error message. While it is surely possible to figure out the problem and solve it, this may involve some

RE: gcc34 build error on Freebsd 5.1

2005-07-25 Thread Darryl Hoar
box. Also, is 5.4 the most recent release ? -Original Message- From: Kris Kennaway [mailto:[EMAIL PROTECTED] Sent: Monday, July 25, 2005 11:34 AM To: Darryl Hoar Cc: freebsd-questions@freebsd.org Subject: Re: gcc34 build error on Freebsd 5.1 On Mon, Jul 25, 2005 at 09:37:02AM -0500, Da

Re: gcc34 build error on Freebsd 5.1

2005-07-25 Thread Kris Kennaway
other dependencies when > I did that. One thing is was trying to build/install was > gcc34. The following error was generated and the > entire process came to a halt. > > ../.././..//gcc-3.4-20050719/libiberty/fibheap.c:395: warning: implicit > declaration of function `memset&

gcc34 build error on Freebsd 5.1

2005-07-25 Thread Darryl Hoar
Greetings, I have 5.1 running on my machine. I installed cvsup and upgraded my ports with it. I then went into /usr/ports/databases/firebird-client and did a make install. Of course it installed several other dependencies when I did that. One thing is was trying to build/install was gcc34

Re: gcc34

2004-10-17 Thread Kris Kennaway
On Sun, Oct 17, 2004 at 07:16:37PM +0200, Henrik W Lund wrote: > >Hi Henrik, > > I got as far as the make buildworld, and then an X11 failure > >occurred: > > > >===> gnu/usr.bin/groff/font/devX75 > >===> gnu/usr.bin/groff/font/devX75-12 > >===> gnu/usr.bin/groff/font/devascii > >rm -f /

Re: gcc34

2004-10-17 Thread Henrik W Lund
Chris Neustrup wrote: Henrik W Lund wrote: Chris Neustrup wrote: I am trying to upgrade from 5.2.1 to 5.3 current. I am Greetings! Don't know how you can fix this, but you don't need to install gcc3.4 from ports. Upgrading from 5.2.1 to 5.3 can be done in the make buildworld, make buildkern

Re: gcc34

2004-10-15 Thread Henrik W Lund
Chris Neustrup wrote: I am trying to upgrade from 5.2.1 to 5.3 current. I am failing to build gcc34. Here is a snip of the lang build: /usr/ports/lang/gcc34/work/build/gcc/xgcc -B/usr/ports/lang/gcc34/work/build/gcc/ ... `-mcpu=' is deprecated. Use `-mtune=' or '-

Re: gcc34

2004-10-15 Thread Kris Kennaway
On Fri, Oct 15, 2004 at 10:24:50AM -0700, Chris Neustrup wrote: > I am trying to upgrade from 5.2.1 to 5.3 current. I am > failing to build gcc34. Here is a snip of the lang build: Why do you need to build gcc34 in the first place, since it's included in the base system in

gcc34

2004-10-15 Thread Chris Neustrup
I am trying to upgrade from 5.2.1 to 5.3 current. I am failing to build gcc34. Here is a snip of the lang build: /usr/ports/lang/gcc34/work/build/gcc/xgcc -B/usr/ports/lang/gcc34/work/build/gcc/ ... `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. ../.././

Re: gcc34 Question - Request for help

2004-08-11 Thread Jan Grant
4 > > My question is: How do I go about in making my machine to use the new gcc34? > > What will be the next step after "make install" ? > > Anyone can help??...I'm confuse and this is not the first time I come > accross as I have the same problem with my gc

gcc34 Question - Request for help

2004-08-10 Thread SP Network Solutions
Hi there, I have just install the gcc 3.4 into my FreeBSD 4.10 via the ports/lang after make, make check and make install it shows that all install... but when I type : gcc -v it still show my old version 2.95.4 My question is: How do I go about in making my machine to use the new gcc34? What

Installation of gcc34

2004-04-25 Thread Gerard Seibert
function `memset' gmake[2]: *** [fibheap.o] Error 1 gmake[2]: Leaving directory `/usr/ports/lang/gcc34/work/build/i386-portbld-freebsd5.2.1/libiberty' gmake[1]: *** [all-target-libiberty] Error 2 gmake[1]: Leaving directory `/usr/ports/lang/gcc34/work/build' gmake: *** [bootstrap-lean] Erro