ddd
[Top][All Lists]
Advanced

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

Re: ddd-3.3.9-test2 is released re: HP-UX 11.0


From: Arnaud Desitter
Subject: Re: ddd-3.3.9-test2 is released re: HP-UX 11.0
Date: Wed, 19 May 2004 15:44:00 +0100

----- Original Message ----- 
From: <address@hidden>
Newsgroups: gmane.comp.debugging.ddd.general
Cc: <address@hidden>; <address@hidden>
Sent: Wednesday, May 19, 2004 1:01 PM
Subject: Re: ddd-3.3.9-test2 is released re: HP-UX 11.0


>
> My standard location for libXm.a is
>
> /usr/lib/Motif2.1
>

Ok. I have checked in yet another patch to configure.ac:

case "$host_os" in
hpux10.20|hpux11.00|hpux11.11)
  for file in "/usr/lib/libXm.a /usr/lib/Motif1.2_R6/libXm.a";
  do
   if test -f "$file"; then
    XM_LIBS="$file"
    AC_MSG_WARN([Forcing static link of Motif as HP-UX linker bug
workaround.])
    AC_MSG_WARN([LIBXM is set to $XM_LIBS.])
    break
   fi
  done
  ;;
esac

"/usr/lib/libXm.a /usr/lib/Motif1.2_R6/libXm.a" will be tried in turn.
I do not have access to a HP-UX machine so it is guess work.

Regards,






reply via email to

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