ddd
[Top][All Lists]
Advanced

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

Re: patch for ddd-3.3.9-test2 HP-UX 11.0


From: Arnaud Desitter
Subject: Re: patch for ddd-3.3.9-test2 HP-UX 11.0
Date: Thu, 27 May 2004 11:23:34 +0100

Hi,

Could run this shell script on you hp-ux machine and post
the result ?

#! /bin/sh
uname -r
uname -v
for file in /usr/lib/libXm.a /usr/lib/Motif1.2_R6/libXm.a;
do
  echo "testing for -f $file"
  test -f "$file" && { echo "Successful"; } || { echo "Failed"; }
  echo "testing for -h $file"
  test -h "$file" && { echo "Successful"; } || { echo "Failed"; }
  echo "testing for -L $file"
  test -L "$file" && { echo "Successful"; } || { echo "Failed"; }
done

Regards,






----- Original Message ----- 
From: <address@hidden>
To: <address@hidden>
Cc: <address@hidden>; <address@hidden>; "Tuomo
Tikkanen" <address@hidden>
Sent: Wednesday, May 26, 2004 8:53 PM
Subject: Re: patch for ddd-3.3.9-test2 HP-UX 11.0


>
>
>
>
> If I change the -lXm in the ddd/Makefile to /usr/lib/libXm.a, as we were
doing before, then I can build & run it using cc and aCC.
> I believe the gcc one would work as well, but no time left today to verify
it.
>
>





reply via email to

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