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

20030610: LDM under hpux



Gregory,

>Date: Tue, 10 Jun 2003 15:42:48 -0500
>From: "Gregory Grosshans" <address@hidden>
>Organization: NOAA
>To: Steve Emmerson <address@hidden>
>Subject: Re: 20030610: LDM under hpux

The above message contained the following:

> The output is below.
> Gregg
> 
> [37] % cat test.c
> #if defined(__STDC__) || defined(_AIX)
> #    include <stdarg.h>
> #else
> #    error "__STDC__ not defined"
> #endif
> extern int foo(int, ...);
> 
> int foo(int arg, ...)
> {
> return 0;
> }
> 
> 
> [38] % cc -c test.c
> [39] % id
> uid=263(ldmfawbu) gid=50(data)
> [40] %

Well that worked (as it should have).  Thanks.

There must be something odd about Brian's system that causing a problem.
He just asked for my IP address, so I expect to log onto that system
soon.

The problem he's having seems to be different than your's.  Do you
wish to be kept apprised of my progress on his system?

Regards,
Steve Emmerson