Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2003 10:30:10 -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:  <200302031830.h13IUAWP033639@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: Mon, 3 Feb 2003 13:30:36 -0500

 --azLHFNyN32YCQGCU
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 in message <20030201175710.BB3F1C64F@moo.holy.cow>,
 wrote parv thusly...
 >
 >   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
 
 attched is the patch by herve.quiroz@esil.univ-mrs.fr to
 conditionally compile w/ libgcj32.
 
 
 
   - parv
 
 -- 
 
 
 --azLHFNyN32YCQGCU
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="port-gcc32-libgcj.diff"
 
 diff -u gcc32.old/Makefile gcc32/Makefile
 --- gcc32.old/Makefile	Mon Feb  3 11:11:12 2003
 +++ gcc32/Makefile	Mon Feb  3 11:12:30 2003
 @@ -57,7 +57,9 @@
  		--with-gxx-include-dir=${TARGLIB}/include/g++-v3
  #CONFIGURE_ARGS+=	--program-suffix=32
  CONFIGURE_ARGS+=	--with-system-zlib --includedir=${TARGLIB}/include/Java
 +.if !defined(WITH_LIBGCJ)
  CONFIGURE_ARGS+=	--disable-libgcj	# does not bootstrap now
 +.endif
  CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
  .if defined(WANT_SHAREDLIBS)
  CONFIGURE_ARGS+= --enable-shared
 Common subdirectories: gcc32.old/files and gcc32/files
 
 --azLHFNyN32YCQGCU--

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?200302031830.h13IUAWP033639>