This is the mail archive of the gdb-prs@sourceware.org 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/2006: "Cannot use procfs in large file compilation environment"


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

From: Daniel Jacobowitz <drow@false.org>
To: joel.wagler@utstar.com
Cc: gdb-gnats@sources.redhat.com
Subject: Re: build/2006: "Cannot use procfs in large file compilation environment"
Date: Tue, 6 Sep 2005 15:02:33 -0400

 On Tue, Sep 06, 2005 at 06:42:36PM -0000, joel.wagler@utstar.com wrote:
 > export CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
 > 
 > I get the error 
 > /usr/include/sys/old_procfs.h:39:2 #error
 > "Cannot use procfs in large file compilation environment"
 > 
 > I'm trying to load large core files (greater than 2Gig) into
 > gdb so I tried compiling gdb with large file support as mentioned above on a Solaris 8 system.  It doesn't seem to be working
 
 I don't think there's anything we can do with this - it comes from the
 Solaris system headers...  we simply can't support those options on
 this platform.
 
 -- 
 Daniel Jacobowitz
 CodeSourcery, LLC


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