ddd
[Top][All Lists]
Advanced

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

Re: DDD-3.3.8 on HPUX-11.x


From: Arnaud Desitter
Subject: Re: DDD-3.3.8 on HPUX-11.x
Date: Fri, 16 Jan 2004 17:12:34 -0000

Hi,

Could you send me your config.log so that I can fix the problem
below ?

> checking X11/Xaw/Form.h presence... yes
> configure: WARNING: X11/Xaw/Form.h: present but cannot be compiled
> configure: WARNING: X11/Xaw/Form.h: check for missing prerequisite
headers?
> configure: WARNING: X11/Xaw/Form.h: proceeding with the preprocessor's
result

As well, make sure that the binutils directory
(/u/rdsnfs5/t901353/local/bin)
is accessible in your PATH and is **before** the system directories.

> checking whether the linker (/usr/ccs/bin/ld) supports shared libraries...
yes

Clearly, GNU ld is not found. Your PATH is therefore wrong. You should fix
that. Then rebuild gcc. Then build ddd.

The easier way is "./configure; make LIBXM=/usr/lib/libXm.a"

Regards,

----- Original Message ----- 
From: "Tom Wurgler" <address@hidden>
Newsgroups: gmane.comp.debugging.ddd.general
Cc: <address@hidden>
Sent: Friday, January 16, 2004 2:20 PM
Subject: Re: DDD-3.3.8 on HPUX-11.x


>
> Thanks for the tips, Tim but....:(
>
> I have binutils-2.14 installed.  *After* installing the binutils, I
rebuilt
> gcc-3.3.2 (using the gcc-3.3.2 I had installed before adding binutils).  I
> also have HP's optional compiler installed so I renamed the system's "ar"
> and "as" so as to be sure they weren't being used.  I am using GNU Make
> 3.80.
>
> Here are the related outputs etc.  I have HP-UX 11.0.  BTW, I am using csh
> as my shell.  Anybody see anything odd-funny or have any ideas for me to
try?
>
> Thanks!
> tom
>
>
> myconfigure:
>
===========================================================================
> LDFLAGS="-Wl,-a,archive_shared -lXm -Wl,-a,shared_archive"
> export LDFLAGS
>
> ./configure --prefix=/u/rdsnfs5/t901353/local
>
===========================================================================
>
> [ddd-3.3.8]rds294[146]% myconfigure
> checking build system type... hppa2.0w-hp-hpux11.00
> checking host system type... hppa2.0w-hp-hpux11.00
> checking target system type... hppa2.0w-hp-hpux11.00
> checking for product name... DDD 3.3.8 "Cinnamon"
> checking for expiration date... no
> checking for a BSD-compatible install...
/u/rdsnfs5/t901353/local/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... gawk
> checking whether make sets ${MAKE}... yes
> checking whether make sets ${MAKE}... (cached) yes
> checking for style of include used by make... GNU
> checking for gcc... gcc
> checking for C compiler default output... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking dependency style of gcc... gcc3
> checking for strerror in -lcposix... no
> checking for g77... g77
> checking whether ln -s works... yes
> checking for sh... /usr/bin/sh
> checking for gtar... no
> checking for tar... tar
> checking for gm4... no
> checking for m4... m4
> checking for gsed... no
> checking for sed... sed
> checking for gdiff... no
> checking for diff... diff
> checking for dvips... no
> checking for dvi2ps... no
> checking for gzip... gzip
> checking for gzip... gzip
> checking for remsh... /usr/bin/remsh
> checking for lp... lp
> checking for gcore... no
> checking for compface... no
> checking for xbm2xface.pl... no
> checking for xbm2xface... no
> checking for gdb... gdb
> checking for xterm... xterm
> checking for xfontsel... xfontsel
> checking for a BSD-compatible install...
/u/rdsnfs5/t901353/local/bin/install -c
> checking for ranlib... ranlib
> checking for bison... bison -y
> checking for bison -y flags...
> checking bison -y version... bison (GNU Bison) 1.875
> Written by Robert Corbett and Richard Stallman.
>
> Copyright (C) 2002 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. (ok)
> checking for flex... flex
> checking for yywrap in -lfl... yes
> checking lex output file root... lex.yy
> checking whether yytext is a pointer... no
> checking for flex flags... -8
> checking for gawk... (cached) gawk
> checking whether the C compiler (gcc) compiles and links a simple C
program... yes
> checking for g++... g++
> checking whether we are using the GNU C++ compiler... yes
> checking whether g++ accepts -g... yes
> checking dependency style of g++... gcc3
> checking whether the C++ compiler (g++) compiles a simple program... yes
> checking how to run the C preprocessor... gcc -E
> checking how to run the C++ preprocessor... g++ -E
> checking whether the C++ compiler (g++) accepts -Weffc++... yes
> checking whether the C++ compiler (g++) accepts -Wuninitialized... yes
> checking whether the C++ compiler (g++) accepts -mminimal-toc... no
> checking for C++ compiler (g++) warning options... -Wall -W
> checking for C++ compiler (g++) optimizing options... -DNDEBUG -O2
> checking for C++ compiler (g++) debugging options... -g
> checking for C++ compiler (g++) extra libraries...
> checking for C++ compiler (g++) static binding options... -Bstatic
> checking for C++ compiler (g++) dynamic binding options... -Bdynamic
> checking whether the C++ compiler (g++) accepts -fexternal-templates... no
> checking whether the C++ compiler (g++) accepts -fpermissive... yes
> checking whether the C++ compiler (g++) accepts -felide-constructors...
yes
> checking whether the C++ compiler (g++) accepts -fconserve-space... yes
> checking whether the C++ compiler (g++) accepts -trigraphs... yes
> checking whether the C++ compiler (g++) supports bool types... yes
> checking whether the C++ compiler (g++) supports explicit constructors...
yes
> checking whether the C++ compiler (g++) supports mutable members... yes
> checking whether the C++ compiler (g++) supports exception handling... yes
> checking whether the C++ compiler (g++) supports standard exceptions...
yes
> checking whether the C++ compiler (g++) supports namespaces... yes
> checking whether the C++ compiler (g++) supports run-time type info... yes
> checking whether the C++ compiler (g++) supports long long types... yes
> checking whether the C++ compiler (g++) supports __PRETTY_FUNCTION__...
yes
> checking whether the C++ compiler (g++) supports overloaded new... yes
> checking whether the C++ compiler (g++) supports placement new... yes
> checking whether the C++ compiler (g++) supports ANSI lifetime of
temporaries... yes
> checking whether the C++ compiler (g++) accepts -isystem... yes
> checking whether the C++ compiler (g++) supports new style casts... yes
> checking whether the C++ compiler (g++) supports __attribute__
((noreturn))... yes
> checking for a traditional C preprocessor... gcc -E -traditional-cpp
> checking for ld used by GCC... /usr/ccs/bin/ld
> checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
> checking for /usr/ccs/bin/ld option to reload object files... -r
> checking for BSD-compatible nm... /u/rdsnfs5/t901353/local/bin/nm -B
> checking how to recognise dependant libraries... file_magic
(s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library
> checking command to parse /u/rdsnfs5/t901353/local/bin/nm -B output...
failed
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... no
> checking for unistd.h... yes
> checking dlfcn.h usability... yes
> checking dlfcn.h presence... yes
> checking for dlfcn.h... yes
> checking for ranlib... (cached) ranlib
> checking for strip... strip
> checking for objdir... .libs
> checking for gcc option to produce PIC... -fPIC
> checking if gcc PIC flag -fPIC works... yes
> checking if gcc static flag -static works... yes
> checking if gcc supports -c -o file.o... no
> checking if we can lock with hard links... yes
> checking if gcc supports -fno-rtti -fno-exceptions... yes
> checking whether the linker (/usr/ccs/bin/ld) supports shared libraries...
yes
> checking how to hardcode library paths into programs... relink
> checking whether stripping libraries is possible... yes
> checking dynamic linker characteristics... hpux11.00 dld.sl
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> creating libtool
> checking for connect... yes
> checking for gethostbyname... yes
> checking for regcmp... yes
> checking for yyerror in -ly... yes
> checking for sin in -lm... yes
> checking for open in -lc... yes
> checking for elf_version in -lelf... yes
> checking for tgetent in -lmytinfo... no
> checking for tgetent in -lncurses... no
> checking for tgetent in -lcurses... yes
> checking for readline in -lreadline... yes
> checking for xstrerror in -liberty... yes
> checking for streampos... no
> checking for std::streampos... yes
> checking whether the C++ compiler (g++) accepts -fpermissive... (cached)
yes
> checking for X... libraries , headers
> checking for gethostbyname... (cached) yes
> checking for connect... (cached) yes
> checking for remove... no
> checking for remove in -lposix... no
> checking for shmat... yes
> checking for IceConnectionNumber in -lICE... yes
> checking for Motif... libraries in default path, headers in default path
> checking for Athena... libraries in default path, headers in default path
> checking for Xpm... libraries in default path, headers in default path
> checking whether compiling X headers requires -fpermissive... no
> checking for XOpenDisplay in -lX11... yes
> checking for _Xlcmbcurmax in -lXintl... no
> checking for shmap in -lipc... no
> checking for XtToolkitInitialize in -lXt... yes
> checking for XShapeQueryVersion in -lXext... yes
> checking for XpmCreatePixmapFromXpmImage in -lXpm... yes
> checking X11/xpm.h usability... yes
> checking X11/xpm.h presence... yes
> checking for X11/xpm.h... yes
> checking xpm.h usability... yes
> checking xpm.h presence... yes
> checking for xpm.h... yes
> checking for XmuCvtStringToOrientation in -lXmu... yes
> checking for XawTextSetInsertionPoint in -lXaw... yes
> checking X11/Xaw/Form.h usability... no
> checking X11/Xaw/Form.h presence... yes
> configure: WARNING: X11/Xaw/Form.h: present but cannot be compiled
> configure: WARNING: X11/Xaw/Form.h: check for missing prerequisite
headers?
> configure: WARNING: X11/Xaw/Form.h: proceeding with the preprocessor's
result
> checking for X11/Xaw/Form.h... yes
> checking X11/Xaw/Panner.h usability... no
> checking X11/Xaw/Panner.h presence... yes
> configure: WARNING: X11/Xaw/Panner.h: present but cannot be compiled
> configure: WARNING: X11/Xaw/Panner.h: check for missing prerequisite
headers?
> configure: WARNING: X11/Xaw/Panner.h: proceeding with the preprocessor's
result
> checking for X11/Xaw/Panner.h... yes
> checking X11/Xaw/Porthole.h usability... no
> checking X11/Xaw/Porthole.h presence... yes
> configure: WARNING: X11/Xaw/Porthole.h: present but cannot be compiled
> configure: WARNING: X11/Xaw/Porthole.h: check for missing prerequisite
headers?
> configure: WARNING: X11/Xaw/Porthole.h: proceeding with the preprocessor's
result
> checking for X11/Xaw/Porthole.h... yes
> checking X11/Xmu/Editres.h usability... yes
> checking X11/Xmu/Editres.h presence... yes
> checking for X11/Xmu/Editres.h... yes
> checking for XpSelectInput in -lXp... yes
> checking for XmCreateOptionMenu in -lXm... yes
> checking for xmUseVersion in -lXm... no
> checking for XmInstallImage in -lXm... yes
> checking for Xm21InstallImage in -lXm... no
> checking for the name of the translation resource... baseTranslations
> checking whether Motif dialogs own the string table... no
> checking whether make sets ${MAKE}... (cached) yes
> checking for mode_t... yes
> checking for off_t... yes
> checking for pid_t... yes
> checking for size_t... yes
> checking for uid_t in sys/types.h... yes
> checking type of array argument to getgroups... gid_t
> checking return type of signal handlers... void
> checking parameter type of signal handlers... int
> checking for getpgrp... yes
> checking for setpgrp... yes
> checking whether getpgrp requires zero arguments... yes
> checking whether setpgrp takes no argument... yes
> checking for ANSI C header files... (cached) yes
> checking alloca.h usability... yes
> checking alloca.h presence... yes
> checking for alloca.h... yes
> checking fcntl.h usability... yes
> checking fcntl.h presence... yes
> checking for fcntl.h... yes
> checking limits.h usability... yes
> checking limits.h presence... yes
> checking for limits.h... yes
> checking locale.h usability... yes
> checking locale.h presence... yes
> checking for locale.h... yes
> checking malloc.h usability... yes
> checking malloc.h presence... yes
> checking for malloc.h... yes
> checking netdb.h usability... yes
> checking netdb.h presence... yes
> checking for netdb.h... yes
> checking pwd.h usability... yes
> checking pwd.h presence... yes
> checking for pwd.h... yes
> checking regex.h usability... yes
> checking regex.h presence... yes
> checking for regex.h... yes
> checking rx.h usability... no
> checking rx.h presence... no
> checking for rx.h... no
> checking libelf.h usability... yes
> checking libelf.h presence... yes
> checking for libelf.h... yes
> checking elf.h usability... yes
> checking elf.h presence... yes
> checking for elf.h... yes
> checking sys/elf.h usability... no
> checking sys/elf.h presence... no
> checking for sys/elf.h... no
> checking for stdlib.h... (cached) yes
> checking for string.h... (cached) yes
> checking for strings.h... (cached) yes
> checking stropts.h usability... yes
> checking stropts.h presence... yes
> checking for stropts.h... yes
> checking termio.h usability... yes
> checking termio.h presence... yes
> checking for termio.h... yes
> checking termios.h usability... yes
> checking termios.h presence... yes
> checking for termios.h... yes
> checking for unistd.h... (cached) yes
> checking sys/ioctl.h usability... yes
> checking sys/ioctl.h presence... yes
> checking for sys/ioctl.h... yes
> checking sys/int_types.h usability... no
> checking sys/int_types.h presence... no
> checking for sys/int_types.h... no
> checking sys/param.h usability... yes
> checking sys/param.h presence... yes
> checking for sys/param.h... yes
> checking sys/resource.h usability... yes
> checking sys/resource.h presence... yes
> checking for sys/resource.h... yes
> checking for sys/stat.h... (cached) yes
> checking sys/stropts.h usability... yes
> checking sys/stropts.h presence... yes
> checking for sys/stropts.h... yes
> checking sys/vty.h usability... no
> checking sys/vty.h presence... no
> checking for sys/vty.h... no
> checking sys/sysmacros.h usability... yes
> checking sys/sysmacros.h presence... yes
> checking for sys/sysmacros.h... yes
> checking sys/core.h usability... yes
> checking sys/core.h presence... yes
> checking for sys/core.h... yes
> checking sys/socket.h usability... yes
> checking sys/socket.h presence... yes
> checking for sys/socket.h... yes
> checking sys/termios.h usability... yes
> checking sys/termios.h presence... yes
> checking for sys/termios.h... yes
> checking sys/time.h usability... yes
> checking sys/time.h presence... yes
> checking for sys/time.h... yes
> checking sys/timeb.h usability... yes
> checking sys/timeb.h presence... yes
> checking for sys/timeb.h... yes
> checking for sys/types.h... (cached) yes
> checking sys/utsname.h usability... yes
> checking sys/utsname.h presence... yes
> checking for sys/utsname.h... yes
> checking sys/user.h usability... yes
> checking sys/user.h presence... yes
> checking for sys/user.h... yes
> checking sys/ptrace.h usability... yes
> checking sys/ptrace.h presence... yes
> checking for sys/ptrace.h... yes
> checking exception usability... yes
> checking exception presence... yes
> checking for exception... yes
> checking stdexcept usability... yes
> checking stdexcept presence... yes
> checking for stdexcept... yes
> checking whether time.h and sys/time.h may both be included... yes
> checking for sys/wait.h that is POSIX.1 compatible... yes
> checking for dirent.h that defines DIR... yes
> checking for library containing opendir... none required
> checking whether stat file-mode macros are broken... no
> checking for CORE_MAGIC definition in <sys/core.h>... no
> checking for PTRACE_DUMPCORE definition in <sys/ptrace.h>... no
> checking for regex.h... (cached) yes
> checking for rx.h... (cached) no
> checking rxposix.h usability... no
> checking rxposix.h presence... no
> checking for rxposix.h... no
> checking for regcomp... yes
> checking for regcomp declaration in regex.h rx.h rxposix.h... yes
> checking for regexec... yes
> checking for regexec declaration in regex.h rx.h rxposix.h... yes
> checking re_nsub member of POSIX.2 regex_t type... yes
> checking n_subexps member of GNU RX 1.0 regex_t type... no
> checking whether regcomp() is broken... no
> checking for hypot in -lm... yes
> checking for _getpty... no
> checking for alloca... no
> checking for asctime... yes
> checking for asctime declaration in time.h... yes
> checking for clock... yes
> checking for clock declaration in time.h... yes
> checking for difftime... yes
> checking for difftime declaration in time.h... yes
> checking for dup2... yes
> checking for dup2 declaration in unistd.h... yes
> checking for endpwent... yes
> checking for endpwent declaration in pwd.h... yes
> checking for fcntl... yes
> checking for fcntl declaration in fcntl.h... yes
> checking for ftime... yes
> checking for ftime declaration in sys/timeb.h... yes
> checking for gethostbyname... (cached) yes
> checking for gethostbyname declaration in netdb.h... yes
> checking for gethostname... yes
> checking for gethostname declaration in unistd.h... yes
> checking for getpt... no
> checking for getpty... no
> checking for getrlimit... yes
> checking for getrlimit declaration in sys/resource.h... yes
> checking for getrusage... yes
> checking for getrusage declaration in sys/resource.h... yes
> checking for getwd... yes
> checking for getwd declaration in unistd.h... yes
> checking for grantpt... yes
> checking for grantpt declaration in stdlib.h... yes
> checking for hypot... yes
> checking for hypot declaration in math.h... yes
> checking for ioctl... yes
> checking for ioctl declaration in unistd.h sys/ioctl.h... yes
> checking for link... yes
> checking for link declaration in unistd.h... yes
> checking for lstat... yes
> checking for lstat declaration in sys/stat.h... yes
> checking for malloc... yes
> checking for malloc declaration in stdlib.h... yes
> checking for memcpy... yes
> checking for memcpy declaration in string.h... yes
> checking for memset... yes
> checking for memset declaration in string.h... yes
> checking for mkstemp... yes
> checking for mkstemp declaration in stdlib.h... yes
> checking for pclose... yes
> checking for pclose declaration in stdio.h... yes
> checking for popen... yes
> checking for popen declaration in stdio.h... yes
> checking for ptrace... yes
> checking for ptrace declaration in unistd.h sys/ptrace.h... yes
> checking for ptsname... yes
> checking for ptsname declaration in stdlib.h... yes
> checking for raise... yes
> checking for raise declaration in signal.h... yes
> checking for rand... yes
> checking for rand declaration in stdlib.h... yes
> checking for random... yes
> checking for random declaration in stdlib.h... yes
> checking for readlink... yes
> checking for readlink declaration in unistd.h... yes
> checking for setbuf... yes
> checking for setbuf declaration in stdio.h... yes
> checking for setlocale... yes
> checking for setlocale declaration in locale.h... yes
> checking for setpgid... yes
> checking for setpgid declaration in unistd.h... yes
> checking for setpgrp... (cached) yes
> checking for setpgrp declaration in unistd.h... yes
> checking for setpgrp2... yes
> checking for setpgrp2 declaration in unistd.h... yes
> checking for setpwent... yes
> checking for setpwent declaration in pwd.h... yes
> checking for setrlimit... yes
> checking for setrlimit declaration in sys/resource.h... yes
> checking for setsid... yes
> checking for setsid declaration in unistd.h... yes
> checking for setvbuf... yes
> checking for setvbuf declaration in stdio.h... yes
> checking for sigblock... yes
> checking for sigblock declaration in signal.h... yes
> checking for sigprocmask... yes
> checking for sigprocmask declaration in signal.h... yes
> checking for sigsetmask... yes
> checking for sigsetmask declaration in signal.h... yes
> checking for sigsuspend... yes
> checking for sigsuspend declaration in signal.h... yes
> checking for srand... yes
> checking for srand declaration in stdlib.h... yes
> checking for srandom... yes
> checking for srandom declaration in stdlib.h math.h... yes
> checking for stat... yes
> checking for stat declaration in sys/stat.h... yes
> checking for strerror... yes
> checking for strerror declaration in string.h... yes
> checking for strftime... yes
> checking for strftime declaration in time.h... yes
> checking for strsignal... no
> checking for strtod... yes
> checking for strtod declaration in stdlib.h... yes
> checking for strtol... yes
> checking for strtol declaration in stdlib.h... yes
> checking for strtoul... yes
> checking for strtoul declaration in stdlib.h... yes
> checking for symlink... yes
> checking for symlink declaration in unistd.h... yes
> checking for tcdrain... yes
> checking for tcdrain declaration in termios.h... yes
> checking for tcflow... yes
> checking for tcflow declaration in termios.h... yes
> checking for tcflush... yes
> checking for tcflush declaration in termios.h... yes
> checking for tcgetattr... yes
> checking for tcgetattr declaration in termios.h... yes
> checking for tcgetpgrp... yes
> checking for tcgetpgrp declaration in unistd.h... yes
> checking for tcgetsid... yes
> checking for tcgetsid declaration in sys/termios.h... yes
> checking for tcsendbreak... yes
> checking for tcsendbreak declaration in termios.h... yes
> checking for tcsetattr... yes
> checking for tcsetattr declaration in termios.h... yes
> checking for tcsetpgrp... yes
> checking for tcsetpgrp declaration in unistd.h... yes
> checking for times... yes
> checking for times declaration in sys/times.h... yes
> checking for tmpfile... yes
> checking for tmpfile declaration in stdio.h... yes
> checking for uname... yes
> checking for uname declaration in sys/utsname.h... yes
> checking for unlink... yes
> checking for unlink declaration in unistd.h... yes
> checking for unlockpt... yes
> checking for unlockpt declaration in stdlib.h... yes
> checking for waitpid... yes
> checking for waitpid declaration in sys/wait.h... yes
> checking for PATH_MAX definition in limits.h... yes
> checking for _POSIX_PATH_MAX definition in limits.h... yes
> checking for MAXPATHLEN definition in sys/param.h... yes
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating ddd/Makefile
> config.status: creating ddd/OldMakefile
> config.status: creating ddd/vr.h
> config.status: creating ddd/bld.h
> config.status: creating ddd/Ddd
> config.status: creating ddd/ddd.man
> config.status: creating ddd/cfg.texi
> config.status: creating ddd/.gdbinit
> config.status: creating ddd.spec
> config.status: creating themes/Makefile
> config.status: creating vsllib/Makefile
> config.status: creating ddd/config.h
> config.status: executing depfiles commands
> config.status: executing ddd/stamp-h commands
>
> configure: configuration is done.  Type `make' to make DDD.
> In case of trouble, please check the settings in the files generated
> by `configure' - that is, `ddd/config.h' and `ddd/Makefile'.
>
> [ddd-3.3.8]rds294[147]%
>
===========================================================================
>
>
>
> (I first ran make -j3, this is the second time I started make).
>
> [ddd-3.3.8]rds294[148]% make
> Making all in themes
> make[1]: Entering directory `/u/rdsnfs5/t901353/src/ddd-3.3.8/themes'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory `/u/rdsnfs5/t901353/src/ddd-3.3.8/themes'
> Making all in vsllib
> make[1]: Entering directory `/u/rdsnfs5/t901353/src/ddd-3.3.8/vsllib'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory `/u/rdsnfs5/t901353/src/ddd-3.3.8/vsllib'
> Making all in ddd
> make[1]: Entering directory `/u/rdsnfs5/t901353/src/ddd-3.3.8/ddd'
> make  all-am
> make[2]: Entering directory `/u/rdsnfs5/t901353/src/ddd-3.3.8/ddd'
> source='resources.C' object='resources.o' libtool=no \
> depfile='.deps/resources.Po' tmpdepfile='.deps/resources.TPo' \
> depmode=gcc3 /bin/sh ../depcomp \
>
g++ -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG -O2 -g -Wall -W -trigrap
hs  -c -o resources.o `test -f 'resources.C' || echo './'`resources.C
> cc1plus: warning: -g is only supported when using GAS on this processor,
> cc1plus: warning: -g option disabled
> source='show.C' object='show.o' libtool=no \
> depfile='.deps/show.Po' tmpdepfile='.deps/show.TPo' \
> depmode=gcc3 /bin/sh ../depcomp \
>
g++ -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG -O2 -g -Wall -W -trigrap
hs  -c -o show.o `test -f 'show.C' || echo './'`show.C
> cc1plus: warning: -g is only supported when using GAS on this processor,
> cc1plus: warning: -g option disabled
> source='SourceView.C' object='SourceView.o' libtool=no \
> depfile='.deps/SourceView.Po' tmpdepfile='.deps/SourceView.TPo' \
> depmode=gcc3 /bin/sh ../depcomp \
>
g++ -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG -O2 -g -Wall -W -trigrap
hs  -c -o SourceView.o `test -f 'SourceView.C' || echo './'`SourceView.C
> cc1plus: warning: -g is only supported when using GAS on this processor,
> cc1plus: warning: -g option disabled
> /var/tmp//ccetqD5T.s: Assembler messages:
> /var/tmp//ccetqD5T.s:11590: Error: Field out of range [-262144..262143]
(328392).
> /var/tmp//ccetqD5T.s:13129: Error: Field out of range [-262144..262143]
(324048).
> /var/tmp//ccetqD5T.s:23594: Error: Field out of range [-262144..262143]
(300448).
> make[2]: *** [SourceView.o] Error 1
> make[2]: Leaving directory `/u/rdsnfs5/t901353/src/ddd-3.3.8/ddd'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/u/rdsnfs5/t901353/src/ddd-3.3.8/ddd'
> make: *** [all-recursive] Error 1
> [ddd-3.3.8]rds294[149]%
>
===========================================================================
>
>
> Recently Tim Mooney <address@hidden> wrote:
>
> Tim> Date: Wed, 7 Jan 2004 14:57:19 -0600 (CST)
> Tim> From: Tim Mooney <address@hidden>
> Tim> Sender: address@hidden
>
> Tim> In regard to: Re: DDD-3.3.8 on HPUX-11.x, Andrew Gaylard said (at
8:52pm on...:
>
> Tim> >Tom Wurgler wrote:
> Tim> >> Super!
> Tim> >>
> Tim> >> I did specify where to find Athena ok.  How do I tell it to do
things
> Tim> >> statically?
> Tim> >
> Tim> >You need to replace the "-lXm" in the final link line with
> Tim> >"/usr/lib/libXm.a".  So either copy-n-paste the whole line,
> Tim> >or edit the makefile.
>
> Tim> Note that the HP-UX linker has (for ages) supported a "prefer static
> Tim> libraries over shared".  What I did in the past with ddd was
>
> Tim> LDFLAGS="$LDFLAGS -Wl,-a,archive_shared -lXm -Wl,-a,shared_archive"
>
> Tim> By setting this before you run configure, you may not even need to
edit
> Tim> the Makefile (which is good for scripted builds, like with RPM).
>
> Tim> With HP-UX 10.20 I needed to do set some additional flags to get it
to
> Tim> link with the R6 libraries (including Motif 1.2 for R6), but that's
> Tim> hopefully not a problem with 11.x.
>
> Tim> Tim
> Tim> -- 
> Tim> Tim Mooney
address@hidden
> Tim> Information Technology Services         (701) 231-1076 (Voice)
> Tim> Room 242-J6, IACC Building              (701) 231-8541 (Fax)
> Tim> North Dakota State University, Fargo, ND 58105-5164
>
> Tim> _______________________________________________
> Tim> Ddd mailing list
> Tim> address@hidden
> Tim> http://mail.gnu.org/mailman/listinfo/ddd
>
>
>
>
>
>              Contains Confidential and/or Proprietary Information.
>        May not be copied or disseminated without express written consent
>                      of The Goodyear Tire & Rubber Company.





reply via email to

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