On Mon, 28 Jan 2002, Wakko Warner wrote: > that driver compiles w/o -O2, but, it doesn't load, complains about missing > symbols. > > There are 4 functions that can't be compiled with -O2, I went through and > found them (#if 0 them out), but obviously it won't work. So that does > atleast narrow down where the bugs are
Can you please share the info? :-) I'd be curious to see what missing symbols are popping up and which functions appear to trigger the optimiser problem. C

