From owner-freebsd-current@FreeBSD.ORG Thu Jul 29 19:22:19 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B544E16A4CE for ; Thu, 29 Jul 2004 19:22:19 +0000 (GMT) Received: from CPE000103d44c07-CM000f9f7ae88c.cpe.net.cable.rogers.com (CPE000103d44c07-CM000f9f7ae88c.cpe.net.cable.rogers.com [69.193.41.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EC6443D49 for ; Thu, 29 Jul 2004 19:22:19 +0000 (GMT) (envelope-from mikej@rogers.com) Received: from localhost (localhost [127.0.0.1]) with ESMTP id 6A50829543D for ; Thu, 29 Jul 2004 15:22:02 -0400 (EDT) Received: from CPE000103d44c07-CM000f9f7ae88c.cpe.net.cable.rogers.com ([127.0.0.1])10024) with ESMTP id 62226-06 for ; Thu, 29 Jul 2004 15:22:01 -0400 (EDT) Received: from 69.193.41.53 (localhost [127.0.0.1]) with ESMTP id 0F53F295400 for ; Thu, 29 Jul 2004 15:22:01 -0400 (EDT) Received: from 66.11.183.182 (SquirrelMail authenticated user mikej); by 69.193.41.53 with HTTP; Thu, 29 Jul 2004 15:22:01 -0400 (EDT) Message-ID: <1904.66.11.183.182.1091128921.squirrel@66.11.183.182> Date: Thu, 29 Jul 2004 15:22:01 -0400 (EDT) From: "Mike Jakubik" To: freebsd-current@freebsd.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: by amavisd-new at fbsd.wettoast.net Subject: another GCC bug X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jul 2004 19:22:19 -0000 This warning occurs when compiling php4-mbstrings. --- cc -DHAVE_CONFIG_H -I. -I/usr/ports/converters/php4-mbstring/work/php-4.3.8/ext/mbstring -DPHP_ATOM_INC -I/usr/ports/converters/php4-mbstring/work/php-4.3.8/ext/mbstring/include -I/usr/ports/converters/php4-mbstring/work/php-4.3.8/ext/mbstring/main -I/usr/ports/converters/php4-mbstring/work/php-4.3.8/ext/mbstring -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/Zend -I/usr/local/include/php/TSRM -I/usr/ports/converters/php4-mbstring/work/php-4.3.8/ext/mbstring/mbregex -I/usr/ports/converters/php4-mbstring/work/php-4.3.8/ext/mbstring/libmbfl -I/usr/ports/converters/php4-mbstring/work/php-4.3.8/ext/mbstring/libmbfl/mbfl -DHAVE_CONFIG_H -O2 -pipe -march=pentium3 -prefer-pic -c /usr/ports/converters/php4-mbstring/work/php-4.3.8/ext/mbstring/mbregex/mbregex.c -fPIC -DPIC -o mbregex/.libs/mbregex.lo cc: unrecognized option `-prefer-pic' --- Thanks.