This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: build/1804: Cannot compile gdb 6.2.1 on Solaris


The following reply was made to PR build/1804; it has been noted by GNATS.

From: Mark Kettenis <mark.kettenis@xs4all.nl>
To: gdb-gnats@sources.redhat.com, aaronw@net.com
Cc:  
Subject: Re: build/1804: Cannot compile gdb 6.2.1 on Solaris
Date: Mon, 8 Nov 2004 22:17:17 +0100 (CET)

 Thanks for your bug report.  It looks though like you did something
 wrong.  I'm continually testing GDB in sparc-sun-solaris* and I've
 never encountered a problem that looks like the onbe you're reporting.
 
 Looking at the command line:
 
 gcc -c -mcpu=v9 -O2 -I/opt/gcc3.3/include ...
 
 the -I/opt/gcc3.3/include is a bit unusual.  This could break the
 build if /opt/gcc3.3/include contained some stray include files named
 identically to include files in the GDB build tree.  Did you set
 CFLAGS and/or CPPFLAGS before running configure?
 
 Mark


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