How to complie just the Extensions on Linux
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
This message is part of the following thread:
the complete thread tree sorted by date
Chris Cowan at
2001-07-30 02:44
Attachments:
Message as email
(text/plain)
Author:
Chris Cowan
Date:
2001-07-30 02:25
UTC
Subject:
How to complie just the Extensions on Linux
How do you compile an extension so that you just get a shared object...
I've tried the following
./configure --with-oci8 --enable-shared=oci8
make
make install
it didn't work...
Chris