libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 1.3e (1.910) test results for hppa2.0n-hp-hpux11.00 (FAIL)


From: Russ Allbery
Subject: Re: 1.3e (1.910) test results for hppa2.0n-hp-hpux11.00 (FAIL)
Date: 24 Apr 2001 00:42:14 -0700
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

libtool <address@hidden> 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 (address@hidden)             <http://www.eyrie.org/~eagle/>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]