Date: 07/02/00
- Next message: jesus <email protected>: "[PHP-DEV] PHP 4.0 Bug #5347: After running configure, make fails"
- Previous message: Sascha Schumann: "Re: [PHP-DEV] serializing anonymous objects"
- Next in thread: Kirill Maximov: "Re: [PHP-DEV] #5160"
- Reply: Kirill Maximov: "Re: [PHP-DEV] #5160"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
hi,
I'm sorry that i'm disturbing you, but I just
want to help with bug #5160.
As I found, AC_ADD_LIBRARY_WITH_PATH calls in
etc/oracle/config.m4 adds library to LIBS variable
only once. So second call of AC_ADD_LIBRARY_WITH_PATH
won't add library to LIBS if it is exists there.
Unfortunately, Oracle libraries should be presented
several times in LIBS variable.
I suppose that there should be either additional
parameter in AC_ADD_LIBRARY_WITH_PATH or another
variant of this function which supports multiple
addition of a library to LIBS variable.
Just my two cents.
Best regards,
KIR
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: jesus <email protected>: "[PHP-DEV] PHP 4.0 Bug #5347: After running configure, make fails"
- Previous message: Sascha Schumann: "Re: [PHP-DEV] serializing anonymous objects"
- Next in thread: Kirill Maximov: "Re: [PHP-DEV] #5160"
- Reply: Kirill Maximov: "Re: [PHP-DEV] #5160"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

