From owner-freebsd-ports@FreeBSD.ORG Tue Jun 6 21:43:06 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9762716CC26 for ; Tue, 6 Jun 2006 21:37:28 +0000 (UTC) (envelope-from bkoenig@cs.tu-berlin.de) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DF9943D49 for ; Tue, 6 Jun 2006 21:37:27 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-39-242.dynamic.qsc.de [212.202.39.242]) by efacilitas.de (Postfix) with ESMTP id 05EF94C499; Tue, 6 Jun 2006 23:37:45 +0200 (CEST) Received: from [192.168.1.2] (muhkuh.local [192.168.1.2]) by eurystheus.local (Postfix) with ESMTP id 84A8D5285B; Tue, 6 Jun 2006 23:35:43 +0200 (CEST) Message-ID: <4485F598.1050401@cs.tu-berlin.de> Date: Tue, 06 Jun 2006 23:37:28 +0200 From: =?UTF-8?B?QmrDtnJuIEvDtm5pZw==?= User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: "[LoN]Kamikaze" References: <4484B0B5.8070703@gmx.de> <448522E0.6010305@cs.tu-berlin.de> <44854300.2070903@gmx.de> <44859057.3010207@cs.tu-berlin.de> <448593B3.1090003@gmx.de> <448594E3.90500@cs.tu-berlin.de> <44859D22.1040603@gmx.de> <4485A77F.6080000@cs.tu-berlin.de> <4485C492.4050507@gmx.de> In-Reply-To: <4485C492.4050507@gmx.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-ports@freebsd.org Subject: Re: databases/mysql50-server switches compiler during build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 21:43:09 -0000 [LoN]Kamikaze schrieb: > Björn König wrote: > >>[...], but it is a >>common problem that occurs with ports if you don't use the default >>compiler. It is necessary to rebuild libtool each time you change the >>compiler. > > This is simply not true, I'm switching compilers very often and rebuilding libtool hasn't been necessary for a very long time. Not all source code rely on libtool. I don't know the excact conditions. This is just one randomly selected example which ends in an libtool related error: # pkg_add -r libtool # pkg_add -r gcc41 # cd /usr/ports/devel/gettext && make CC=/usr/local/bin/gcc41 Björn