libtool <[EMAIL PROTECTED]> writes:
> On Mon, Apr 23, 2001 at 09:10:20AM -0700, Russ Allbery wrote:
>> I was unable to even get the test suite to complete on this platform;
>> every time the mdemo tests ran, the program it was running went runaway
>> and had to be kill -9'd. I got tired of doing this by about the fifth
>> time. :/
> Compile the following program and run 'nm | grep dlopen' against it
> and mail the results to the list:
> char dlopen();
> int main() {
> dlopen();
> }
% cat test.c
char dlopen();
int main() {
dlopen();
}
% cc -o test test.c
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (test.o) was detected. The
linked output may not run on a PA 1.x system.
% nm test | grep dlopen
dlopen | |undef |code |
dlopen | 9208|uext |stub |
--
Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/>
_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool