Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Feb 2003 20:20:11 -0800 (PST)
From:      parv <parv_fm@emailgroups.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/47790: lang/gcc32 - "libgcj.spec missing" while trying to complie w/ gcc-3.2.1_20021119
Message-ID:  <200302030420.h134KBNH006818@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/47790; it has been noted by GNATS.

From: parv <parv_fm@emailgroups.net>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/47790: lang/gcc32 - "libgcj.spec missing" while trying to complie w/ gcc-3.2.1_20021119
Date: Sun, 2 Feb 2003 23:20:48 -0500

 in message <20030201175710.BB3F1C64F@moo.holy.cow>,
 wrote parv thusly...
 >
 > there was/is a pr 31254...
 > 
 >   http://www.freebsd.org/cgi/query-pr.cgi?pr=31254
 > 
 > ...which describes my problem.  only difference is i am using gcc
 > 3.2.1 20021119.  when trying to compile w/ gcj32, error message is
 > produced...
 > 
 >   gcj32: libgcj.spec: No such file or directory
 
 after hearing from two people on -java list today, i rebuilt the port
 w/ the following change in gcc32/Makefile...
 
 --- Makefile.old	Sun Feb  2 23:14:34 2003
 +++ Makefile	Sun Feb  2 23:14:14 2003
 @@ -57,7 +57,7 @@
  		--with-gxx-include-dir=${TARGLIB}/include/g++-v3
  #CONFIGURE_ARGS+=	--program-suffix=32
  CONFIGURE_ARGS+=	--with-system-zlib --includedir=${TARGLIB}/include/Java
 -CONFIGURE_ARGS+=	--disable-libgcj	# does not bootstrap now
 +#CONFIGURE_ARGS+=	--disable-libgcj	# does not bootstrap now
  CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
  .if defined(WANT_SHAREDLIBS)
  CONFIGURE_ARGS+= --enable-shared
 
 
 ...and what do you know? gcj32 worked!
 
 w/ the change, gcj32 seems to work on...
 
   5.0-RELEASE/i386           (herve.quiroz at esil.univ-mrs.fr)
   4.7Stable 2003Jan27        (davidb at boothscientific.com)
   4.7-release-p3 2003.01.06  (parv_fm at emailgroups.net)
 
 
   - parv
 
 -- 
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302030420.h134KBNH006818>