bug-ddd
[Top][All Lists]
Advanced

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

Re: DDD 3.3 (mips-sgi-irix6.5) gets `Signal 10' signal


From: Arnaud Desitter
Subject: Re: DDD 3.3 (mips-sgi-irix6.5) gets `Signal 10' signal
Date: Mon, 19 Mar 2001 16:13:00 +0000 ()

> 
> Hi,
> 
> trying to install ddd.3.3 at EADS-Manching on an O2 under IRIS-6.5 I
> succeeded in doing configure and make, but at  make check ddd displayed
> only the intial LOGO and aborted. Previous Version ( 2.2) is running
> fine.
> 
> Here the log of the abort plus a short analysis via dbx and the ddd/log:
> 
> SW_1 53# ddd/ddd
> Warning: This DDD requires a Motif 1.2 library (using Motif 2.1)
> Continue at own risk.

... and you lost :-)

You compiled ddd against Motif 1.2 but picked up at run time Motif 2.1.
Solutions:
- The easiest way:
  compile ddd with motif 2.1
  (
   rm -f config.cache
   env CC='cc -n32' CXX='CC -n32' \
       CFLAGS=-O2 CXXFLAGS=-O2 \
   ./configure \
   --with-motif-includes=/usr/Motif-2.1/include \
   --with-motif-libraries=/usr/Motif-2.1/lib32
  )
- more risky:
  modify LD_LIBRARYN32_PATH 
- Furthermore, you might link Motif statically by hand editing
  ddd/Makefile

Cheers,
Arnaud

> Ignoring app-defaults file for DDD 2.2
> Warning: using "/usr/people/keidel/.ddd/init" file for DDD 2.2
> (this is DDD 3.3).  Please save options.
> /bin/sh: gdb:  not found
> 



reply via email to

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