stl_list undefined error in compiling mysql

2013-09-08 Thread Edward Peschko
All, Got the following error in compiling the latest version of mysql (mysql-5.6.13). I'm not sure if this is a gcc problem or a mysql problem, but it looked very standard library related, so I thought I'd point it out here. I look at the stl_list.h file and see it is in an #if block, with #if

stl_list undefined error in compiling mysql

2013-09-08 Thread Edward Peschko
All, Got the following error in compiling the latest version of mysql (mysql-5.6.13). I'm not sure if this is a gcc problem or a mysql problem, but it looked very standard library related, so I thought I'd point it out here. I look at the stl_list.h file and see it is in an #if block, with #if

default system path questions

2010-12-23 Thread Edward Peschko
All, I found much to my dismay today that -I doesn't always work as intuited. Namely, if I set CFLAGS to: -I/path/to/gcc/include where the default system path is: /path/to/gcc/lib/gcc/i686-pc-linux-gnu/3.4.6/include /usr/local/include /path/to/gcc/include /usr/include the expected behavior

ld linking behaviour

2010-06-11 Thread Edward Peschko
All, When I link with a shared library, for example: env LD_RUN_PATH=/usr/lib /usr/bin/gcc -shared -fPIC -L/usr/local/lib -Wl,-rpath,/home/y/lib Libconfig.o -o blib/arch/auto/Conf/Libconfig/Libconfig.so -L/usr/lib -L/usr/local/lib /usr/lib/libconfig.so the ld command follows the version, and

gcj build issues.

2009-06-18 Thread Edward Peschko
All, I'm just curious - what version of gcc has the latest stable gcj? I've been trying to build gcc-4.4.0 on solaris and have been running into multiple issues: 1. gperf (version 3.0.4) generates incorrect code killing the build: ../.././gcc/cp/cfns.gperf:84: error:

using gcc's lexer/parser (was: Re: 'recording' program execution.)

2008-11-02 Thread Edward Peschko
: add extra code of my own choosing that I would then compile with gcc. How feasible would that be? Where's a good place to start? Thanks, Ed On Fri, Oct 31, 2008 at 11:24 AM, Edward Peschko [EMAIL PROTECTED] wrote: Richard, Thanks for the info... I'll try it out - I'm assuming that what you

Re: 'recording' program execution.

2008-10-31 Thread Edward Peschko
Richard, Thanks for the info... I'll try it out - I'm assuming that what you get out of this is very similar to what you get out of dtrace when you instrument a pid on entry and return.. Having a full trace is very helpful in tracking things down. I'd like to go further in c code even than what

'recording' program execution.

2008-10-30 Thread Edward Peschko
All, dbx has a feature called 'trace' where it outputs your program execution, a line at a time, and I've found it very useful for debugging/figuring out programs (you run it once, make a change, run it again, and do a diff to see exactly how your change affects the programming run). However, it

Re: thread build on solaris

2008-10-22 Thread Edward Peschko
thanks.. mea culpa, I assumed that 'testing fixes' solely meant making the fixincludes ready for release.. Ed On Tue, Oct 21, 2008 at 9:49 PM, Eric Botcazou [EMAIL PROTECTED] wrote: Yes, I got that from the README. What I was looking for was a *shortcut*, 5. Testing fixes precisely documents

Re: thread build on solaris

2008-10-20 Thread Edward Peschko
Eric, I'm not sure what you are trying to say here - that it should be fixed locally on my side at the level of the header file? Or something else? Fixing locally really isn't feasible as I'm working with a large amount of code (a whole code distribution, in fact) and who knows how many

Re: thread build on solaris

2008-10-19 Thread Edward Peschko
Eric, I don't want to be a hair-splitter, but I do think this message does belong in gcc - it's a question of functionality, and how easy to use gcc is. I am trying to move to gcc-4 for its technical improvements, but I'm finding that it seems to be far less forgiving than gcc-3. This is having

Re: thread build on solaris

2008-10-18 Thread Edward Peschko
, Oct 18, 2008 at 11:13 AM, Edward Peschko [EMAIL PROTECTED] wrote: All, I'm trying to compile a thread with the boost, threading libraries, and am getting errors like these. gcc -o conftest -g -O2 -I/GAAL/pesced_release/install/fuego/include/boost-1_36 -L/GAAL/pesced_release/install/fuego

thread build on solaris

2008-10-17 Thread Edward Peschko
All, I'm trying to compile a thread with the boost, threading libraries, and am getting errors like these. gcc -o conftest -g -O2 -I/GAAL/pesced_release/install/fuego/include/boost-1_36 -L/GAAL/pesced_release/install/fuego/lib /tmp/aa.c -lboost_thread-gcc43-mt