Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!hp-pcd!hpfcso!hpfcdc!gates From: gates@hpfcdc.HP.COM (Bill Gates) Newsgroups: comp.sys.hp Subject: Re: Help, cc said "Symbol table overflow" Message-ID: <5570549@hpfcdc.HP.COM> Date: 12 Dec 90 19:22:03 GMT References: <1990Dec9.184701.22354@polyof.poly.edu> Organization: HP Fort Collins, Co. Lines: 13 > Symbol table overflow. Try the -Wc,-Ns option. If you check out the cc(1) man page in the HP-UX reference, you'll see that -N is the global option you need, "s" is the sub-option stating which table is to be re-sized, and a following number is the desired number of entries. The default number of entries in the symbol table is 2000. You can increase its size with something like: -Wc,-Ns4000 Hope this helps, Bill Gates