From: htoaster@yabbs To: wonko@yabbs Subject: re: yabbs Date: Fri Nov 12 11:59:38 1993 In message yabbs, wonko said: > what is the -Z switch??? is it a gcc 2.4.1 option?? > i am running gcc 2.2.2 and it does not recognize the -Z > switch, would it hurt to remoove it?? sorry about that, I forgot to remove that in the distribution. You can remove everything that looks like "-Z Xlinker" in the makefile. It is used on NetBSD to create 386bsd binaries, which I can use with the version of gdb that I have (which doesn't know about NetBSD binaires). also, the original docs forgot to tell you to do a "make dirs" before the "make install". I've fixed that... alex