]> git.ipfire.org Git - thirdparty/libtool.git/commit
Fix bindir and dlopen tests for C++ compilers (CC=g++).
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 29 Nov 2009 22:03:14 +0000 (23:03 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 29 Nov 2009 22:03:14 +0000 (23:03 +0100)
commitb15f6f9ded3e9e1edb7b74e5bd823cd511673e48
treed1209144756a193da3983d688bae98dd446ab730
parentef32f487d746dbcdc00c2c357ebe3cf2a68d8a28
Fix bindir and dlopen tests for C++ compilers (CC=g++).

* tests/bindir.at (bindir basic lib test, bindir install tests):
Include stdlib.h rather than declaring abort.
* tests/lt_dlopenext.at (lt_dlopenext error messages): Use
`extern "C"' annotation for dlsym'ed function in C++ mode.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
tests/bindir.at
tests/lt_dlopenext.at