This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

FW: g++


To whom it may concern,
I have upgraded a machine from HP-UX 9.07 and gcc 2.7.x to HP-UX 10.20 and
gcc 2.95.2.  I now have a user experiencing trouble with making his
software.  Any assistance would be greatly appreciated.

> ----------
> From: 	EXT-St. John, Phillip E
> Sent: 	Tuesday, January 25, 2000 8:44 AM
> To: 	Haws, Mark C
> Subject: 	RE: g++
> 
> I'm still unable to compile.  I fixed the things that were causing make to
> bail out.  However, it still is a mystery to me as to how these files
> compiled before.  We really need to have this program compile, since it is
> a design tool, and that is the phase of development we are in right now.
> For me, not being able to recompile this program represents a significant
> risk.
> 
> Also, I can't print from tac3b.  It thinks it needs to print to lxlj4543,
> when in fact, I believe the correct default printer is lxlj4014.  I can't
> print from Interleaf either.
> 
> Here is the output that I get when I try to compile:
> 
> 	38 /data/hsclcs/tools/ObjectVue/src > make motif
> 	No suffix list.
> 	      make -f makefile \
> 	                 GUISUFFIX=_motif \
> 	                 GUI=-Dwx_motif \
> 	                 OPT=-O \
> 	                 LDLIBS='-lwx_motif -lXm -lXmu -lXt -lX11 -lm
> -lstdc++'
> 	No suffix list.
> 	      g++ -I/usr/include/X11R5  -I/usr/include/Motif1.2
> -I/data/hsclcs/wx/include/base -I/data/hsclcs/wx/include/x -Dwx_motif
> -ggdb -Wall \
> 	                    -L/usr/lib/X11R5  -L/usr/lib/Motif1.2
> -L/data/cmls/X11R5/lib  -L/opt/gcc/lib/ -L/data/hsclcs/wx/lib \
> 	                    -o ObjectVue_motif \
> 	                    objects_motif/ObjectVue.o \
> 	                    objects_motif/database.o \
> 	                    objects_motif/ileaf.o \
> 	                    objects_motif/ps_utils.o \
> 	                    objects_motif/script_util.o \
> 	                    objects_motif/sdd.o \
> 	                    -lwx_motif -lXm -lXmu -lXt -lX11 -lm -lstdc++
> 	/usr/ccs/bin/ld: Unsatisfied symbols:
> 	   wxCanvasDC type_info function(code)
> 	   wxDialogBox type_info function(code)
> 	   wxDialogBox type_info node(data)
> 	   wxPanel type_info function(code)
> 	   streambuf::sys_seek(long, ios::seek_dir)(code)
> 	   wxCanvasDC type_info node(data)
> 	   wxApp type_info function(code)
> 	   streambuf::seekoff(long, ios::seek_dir, int)(code)
> 	   wxFrame type_info function(code)
> 	   wxApp type_info node(data)
> 	   wxFrame type_info node(data)
> 	   wxPanel type_info node(data)
> 	   streambuf::seekpos(long, int)(code)
> 	/usr/ccs/bin/ld: (Warning) Linker features were used that may not be
> supported in future releases. The +vallcompatwarnings option can be used
> to display more details, and the ld(1) man page contains additional
> information. This warning can be suppressed with the +vnocompatwarnings
> option.
> 	collect2: ld returned 1 exit status
> 	*** Error exit code 1
> 
> 	Stop.
> 	*** Error exit code 1
> 
> 	Stop.
> 	39 /data/hsclcs/tools/ObjectVue/src > 
> 
> 
> 	-----Original Message-----
> 	From:	Haws, Mark C 
> 	Sent:	Tuesday, January 25, 2000 7:44 AM
> 	To:	EXT-St. John, Phillip E
> 	Cc:	Bateman, Brian D
> 	Subject:	g++
> 
> 	Phillip,
> 	Did you talk with Brian to resolve your make issues?
> 	Is there anything more you need from me?
> 
> 	Mark C. Haws
> 	The Boeing Company
> 	P. O. Box 516
> 	St. Louis MO 63166-0516
> 	(314)233-7804   Voice
> 	(314)232-8787   FAX
> 	(314)318-2979   Pager
> 
> 	Supervisor:
> 	Chris Smith - (314)233-7141
> 
> 	Backup:
> 	Rex Kidwell - (314)233-4229
> 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]