bug-ddd
[Top][All Lists]
Advanced

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

Compiling ddd-3.3.1 with AIX 4.3.3 on PowerPC RS6000 model 170


From: Ken Goldman
Subject: Compiling ddd-3.3.1 with AIX 4.3.3 on PowerPC RS6000 model 170
Date: Wed, 24 Oct 2001 14:53:19 -0400

I have two errors to report:

1) In the ddd directory, typing make ddd gives

g++ -DNDEBUG -O2 -g -W -Wall -trigraphs -o ddd ddd.o basename.o compare.o ... 
[snipped .o files]
        ... UndoBE.o WhatNextCB.o 
        -L/usr/contrib/lib -L/usr/lib -lXm -lXaw -lXmu -lXt -lXpm -lXext -lX11 
-lSM -lICE -lcurses 
        -ly ../libiberty/libiberty.a
ld: 0711-781 ERROR: TOC overflow. TOC size: 114448      Maximum size: 65536
collect2: ld returned 12 exit status
make: 1254-004 The error code from the last command is 1.

I found that  BIG_TOC was defined but not used in the makefile.  I manually
set 
        ddd_LDFLAGS = $(BIG_TOC)
and it compiled.

2) In the ddd directory, typing make gives

Making all in ddd
        cd .  && makeinfo `echo ddd.texi | sed 's,.*/,,'`
Making info file `ddd.info' from `ddd.texi'.
ddd.texi:41: Unknown command `documentencoding'.
ddd.texi:109: Unknown command `acronym'.
ddd.texi:109: Misplaced {.
ddd.texi:109: Misplaced }.
ddd.texi:109: Unknown command `acronym'.
ddd.texi:109: Misplaced {.
ddd.texi:109: Misplaced }.
... [snipped lots more of these]


-- 
Ken Goldman   kgold@watson.ibm.com   914-784-7646



reply via email to

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