Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jun 2001 00:15:46 +0200
From:      "Vahe Khachikyan" <vahe@fh-konstanz.de>
To:        <freebsd-alpha@FreeBSD.ORG>
Subject:   (ccc & libtool) II
Message-ID:  <035101c0f068$913f6590$7c45fea9@vvl10>
References:  <200105301553.f4UFrjA86482@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

If you remember there was a question about libtool not recognizing Compaq's
CCC
as compiler able to produce PIC.
And there is patch  for the libtool that can be found somwhere in this
mailing ist archives.

But it seems that this doesn't solve the problem.
I have just a particular example with PHP.
steps are unpack the PHP delete the files ltmain.sh and ltconfig provided
with PHP and make symlinks pointing to the same files of installed (patched)
libtool.
after that
setenv CC "ccc -fast"
./configure (blah blah)
Configure says: build shared librares. yes
but the library file produced is not correct. As result Apache refuses to
load the library.
The file produced is too small in size (The file produced with the same
steps
(except the setenv ) with GCC is 100 times bigger)
My opinion is that the libtool doesn't link the ccc produced code correctly.

Some ideas/experiences ?

--
Vahe
---


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?035101c0f068$913f6590$7c45fea9>