Path: utzoo!utgpu!watserv1!ria!uwovax.uwo.ca!ersmith From: ersmith@uwovax.uwo.ca (Eric Smith) Newsgroups: comp.sys.atari.st.tech Subject: Re: Using GDB Message-ID: <1991Feb4.234615.8497@uwovax.uwo.ca> Date: 5 Feb 91 04:46:14 GMT References: <1991Feb1.170826.791@rodan.acs.syr.edu> Lines: 27 In article , gjh@hplb.hpl.hp.com (Graham Higgins) writes: > I am currently oscillating between gulam and ksh-under-mint. (The Elk code > tests the executability of argv[0], for some reason it can't find anything > there under gulam but can with ksh, anyway ...) > Did you try different environment styles under gulam? I have set env_style mw in my gulam.g; this makes most of my programs happy. Another useful alternative (if your code expects environment strings like FOO=\0BAR\0 instead of FOO=BAR\0) is "set env_style bm". > CFLAGS were: > > -gg -O -DGEM -D__NO_INLINE__ -mshort -fcombine-regs -fstrength-reduce > -fomit-frame-pointer > > are any of the above flags inimical to GDB? > Yes, -fomit-frame-pointer. gcc should have warned you that "-gg" and "-fomit-frame-pointer" were incompatible. -- Eric R. Smith email: Dept. of Mathematics ersmith@uwovax.uwo.ca University of Western Ontario ersmith@uwovax.bitnet London, Ont. Canada N6A 5B7 ph: (519) 661-3638