From owner-freebsd-alpha Wed Apr 18 11:52:41 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 6F15E37B424 for ; Wed, 18 Apr 2001 11:52:38 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id OAA25674; Wed, 18 Apr 2001 14:52:37 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.3/8.9.1) id f3IIq7Y67747; Wed, 18 Apr 2001 14:52:07 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15069.57943.613952.843300@grasshopper.cs.duke.edu> Date: Wed, 18 Apr 2001 14:52:07 -0400 (EDT) To: "Vahe Khachikyan" Cc: "Alpha Free BSD" Subject: Re: Compaq CCC In-Reply-To: <002d01c0c82a$fac833e0$6e70258d@vvl10.fh-konstanz.de> References: <002d01c0c82a$fac833e0$6e70258d@vvl10.fh-konstanz.de> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Vahe Khachikyan writes: > Good current-time :-)) > > I have a question which can sound a little bit strange. > How are you managing the problems with libtool when compiling with CCC ? > > During configuration the softare that uses libtool refuses to be configured > to build shared libraries. This is due to tests on -fPIC flag. > But in fact it's possible to make shared libraries later > from static ones. It is just a lot of hand work. > > The best thing about ccc that it compiles quite fast code. > For example I compiled OpenSSL with it. It is faster than GCC one. > > The worsest thing about ccc. Shared libraries will be handmade. > > Have anybody any ideas? Search the archives. Somebody else ran into this worked around it in the last month or so. The key is that ccc doesn't need -fpic to make shared libs. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message