Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Dec 1996 15:20:01 -0800 (PST)
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        andreas@freefall.freebsd.org
Cc:        CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org
Subject:   Re: cvs commit:  ports/lang/pgcc-current - Imported sources
Message-ID:  <199612182320.PAA03631@vader.cs.berkeley.edu>
In-Reply-To: <199612181640.IAA14720@freefall.freebsd.org> (message from Andreas Klemm on Wed, 18 Dec 1996 08:40:17 -0800 (PST))

next in thread | previous in thread | raw e-mail | index | archive | help
 *   pgcc-current is a developer release of gcc 2.7.2 with pentium
 *   optimizations. The motivation to make a separate pgcc port is, to
 *   provide two versions, an official release, which is missing the
 *   leading edge of developement and an interesting current version,
 *   which fixes some things and might breake (or not) others.

Thanks, but you might want to fix the existing pgcc first.

Satoshi
-------
===>  Building for pgcc-2.7.2.9
cd /ccd/ports/lang/pgcc/work/gcc-2.7.2 && make bootstrap
make CC="cc" libdir=/usr/local/lib LANGUAGES=c
cc  -DIN_GCC   -O2     -I. -I. -I./config  -DGCC_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/pentium-unknown-freebsd/2.7.2p/include\"  -DGPLUSPLUS_INCLUDE_DIR=\"/usr/local/lib/g++-include\"  -DLOCAL_INCLUDE_DIR=\"/usr/local/include\"  -DCROSS_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/pentium-unknown-freebsd/2.7.2p/sys-include\"  -DTOOL_INCLUDE_DIR=\"/usr/local/pentium-unknown-freebsd/include\"  -c `echo ./cccp.c | sed 's,^\./,,'`
cc  -DIN_GCC   -O2     -I. -I. -I./config -c ./cexp.c
cc -c  -DIN_GCC   -O2     -I. -I. -I./config version.c
cc -c  -DIN_GCC   -O2     -I. -I. -I./config obstack.c
cc  -DIN_GCC   -O2   -o cccp cccp.o cexp.o  version.o obstack.o ` case "cc" in "cc") echo "" ;; esac `  -lgnumalloc
ld: -lgnumalloc: no match
*** Error code 1



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