ddd
[Top][All Lists]
Advanced

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

building ddd 3.2.1 on AIX 4.1


From: Jeff Boerio
Subject: building ddd 3.2.1 on AIX 4.1
Date: Wed, 22 Nov 2000 16:53:52 -0800 (PST)

Hi,

I'm trying to build ddd on AIX 4.1 using gcc 2.95.1 (or 2.95.2).  I get
error messages when building some of what you call the "demos" (gmake demos).

I'm using GNU make 3.78.1, gcc 2.95.1 (or gcc2.95.2) and GNU bison 1.28.
They appear to build properly, but you cannot run them.  Any ideas why this
happens:

pdx484 23 /tmp/boerio/ddd-3.2.1/ddd> gmake demos
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -trigraphs  -c -I. -I. -I./.. 
-isystem /usr/intel/pkgs/X11/R6.4PL3/include -o userinfo.o userinfo.C
c++  -Wl,-bbigtoc -o userinfo userinfo.o \
               -lcurses -ly -liberty -lm
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -trigraphs  -c -I. -I. -I./.. 
-isystem /usr/intel/pkgs/X11/R6.4PL3/include -o stringify.o stringify.C
c++  -Wl,-bbigtoc -o stringify stringify.o      -lcurses -ly -liberty -lm
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -trigraphs  -c -I. -I. -I./.. 
-isystem /usr/intel/pkgs/X11/R6.4PL3/include -o huffencode.o huffencode.C
c++  -Wl,-bbigtoc -o huffencode huffencode.o \
        strclass.o cook.o rxclass.o       -lcurses -ly -liberty -lm
gmake huffencode
gmake[1]: Entering directory `/tmp/boerio/ddd-3.2.1/ddd'
gmake[1]: `huffencode' is up to date.
gmake[1]: Leaving directory `/tmp/boerio/ddd-3.2.1/ddd'
./huffencode < ddd.man.txt > ddd.man.huff.C~ && mv ddd.man.huff.C~ 
ddd.man.huff.C
Could not load program ./huffencode 
Could not load library .
Error was: Permission denied
gmake: [ddd.man.huff.C] Error 255 (ignored)
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -trigraphs  -c -DMAIN 
-DHUFFTEXT='"./ddd.man.huff.C"' \
-I. -I. -I./.. -isystem /usr/intel/pkgs/X11/R6.4PL3/include -o huffdecode.o 
./huffdecode.C
./huffdecode.C:44: ddd.man.huff.C: No such file or directory
gmake: *** [huffdecode.o] Error 1
pdx484 24 /tmp/boerio/ddd-3.2.1/ddd> ./userinfo
Could not load program ./userinfo 
Could not load library .
Error was: Permission denied
pdx484 25 /tmp/boerio/ddd-3.2.1/ddd> ./stringify
Could not load program ./stringify 
Could not load library .
Error was: Permission denied
pdx484 26 /tmp/boerio/ddd-3.2.1/ddd> ./huffencode
Could not load program ./huffencode 
Could not load library .
Error was: Permission denied

Thanks in advance.

     - Jeff




reply via email to

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