From owner-freebsd-ports Fri Apr 19 9:54:38 2002 Delivered-To: freebsd-ports@freebsd.org Received: from kornet.hanirc.org (alfenheim.net [211.216.53.129]) by hub.freebsd.org (Postfix) with ESMTP id D61E637B41B for ; Fri, 19 Apr 2002 09:54:06 -0700 (PDT) Received: (from perky@localhost) by kornet.hanirc.org (8.11.6/8.11.6) id g3JGr9r37357; Sat, 20 Apr 2002 01:53:09 +0900 (KST) (envelope-from perky) Date: Sat, 20 Apr 2002 01:53:09 +0900 From: Hye-Shik Chang To: Alexander Leidinger Cc: ports@FreeBSD.ORG Subject: Re: icc-compiled Python Message-ID: <20020420015309.A31482@fallin.lv> References: <20020419073658.A32996@fallin.lv> <200204190930.g3J9UET0000796@Magelan.Leidinger.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200204190930.g3J9UET0000796@Magelan.Leidinger.net>; from Alexander@Leidinger.net on Fri, Apr 19, 2002 at 11:30:14AM +0200 Organization: Yonsei University Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Apr 19, 2002 at 11:30:14AM +0200, Alexander Leidinger wrote: > Great. Do you have any patches do do it in an automated way? I'm trying to create script to automate it. but, it is becoming quick and dirty one.. ;) > > (on compiling with icc, I compiled 6 sources with gcc by hand > > to avoid icc's error hehe.) > > Which files and which errors? 1. fail on CC=icc ./configure : just configure with gcc and modify Makefile manually not clear but it works. ;) 2. some warning messages : removed -fPIC and -W... options. (but dynamic linking is working without any problem. ehm.) 3. fails linking on two points (Parser/pgen and libpython2.2.a) : do with gcc manually 4. icc error on FreeBSD base headers on some modules (including Modules/_localemodule.c Modules/socketmodule.c Modules/_sslmodule.c) : compile with gcc manually Everything worked fine except those. > Which CPU? Intel Pentium III 800MHz. > Any chance the files you compiled with gcc instead of icc are related to > those tests? Ah. if Intel allows to distribute icc-compiled binaries. I didn't read icc license agreement carefully. > > Bye, > Alexander. > Thank you! -- Hye-Shik Chang Yonsei University, Seoul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message