ddd
[Top][All Lists]
Advanced

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

Re: Problem in making ddd


From: Freddy Jensen
Subject: Re: Problem in making ddd
Date: Sun, 1 Apr 2001 08:42:44 -0700

Andreas,

  I just wanted to let you know that I found two minor problems
  while building ddd-3.3 with gcc 2.95.2 on AIX4.3.3 and HP-UX-10.20:

  1. For AIX 4.3.3

     I had to set these two flags before running configure:

     setenv CPPFLAGS 
"-I/usr/shared/gcc_2.95/aix_4.3/lib/gcc-lib/rs6000-ibm-aix4.3.2.0/2.95.2/include"
     setenv LDFLAGS  "-Wl,-bbigtoc"

     After running configure I had to edit ddd/config.h and 
     change this:

     From: #define HAVE_TCDRAIN 1
     To:   #define HAVE_TCDRAIN 0

     Otherwise I would get tcdrain() undefined. I tried to link
     in libcurses.a explicitly, but that did not work. I am not
     sure exactly what the effect of not having tcdrain() is,
     although ddd seems to run just fine without it.

  2. For HP-UX 10.20:

     After running configure I had to edit ddd/Makefile and do this:

     1. Change LIBTERMCAP

        From: LIBTERMCAP = -lcurses
        To:   LIBTERMCAP = /usr/lib/libHcurses.a

     2. Change LIBXM

        From: LIBXM = -lXm
        To:   LIBXM = /usr/lib/Motif1.2_R6/libXm.a


Thanks

Freddy

--
Freddy Jensen, Sr. Computer Scientist, Adobe Systems Incorporated
345 Park Avenue, San Jose, CA 95110-2704, USA, Ph: (408) 536-2869
Email: address@hidden, URL: http://www.adobe.com
--



reply via email to

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