On Thu, 2008-03-27 at 21:39 +0100, Mark Phalan wrote: > On 27 Mar 2008, at 20:07, Rod Evans wrote: > > Mark Phalan wrote: ... > > > > The difference is the -O is swapped for -g. However, the -K pic > > flag is > > defined for both, so I don't know why the compiler isn't generating > > position independent code. Perhaps a compiler engineer can > > enlighten us. > > > > Maybe your debugging requirement can be obtained by simply using > > CTFCONVERT_O="" CTFMERGE_LIB=""? > > I'll give that a go - sounds like it should work for me as '-g' is > passed in anyway (as you mention above).
Well it works but the library is still "optimized". No compilation/linking errors but the dbx still notes that the library is "optimized". -Mark