Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!wuarchive!sdd.hp.com!hplabs!hpfcso!mev From: mev@hpfcso.HP.COM (Mike Vermeulen) Newsgroups: comp.sys.hp Subject: Re: Help, cc said "Symbol table overflow" Message-ID: <7370268@hpfcso.HP.COM> Date: 12 Dec 90 18:30:47 GMT References: <1990Dec9.184701.22354@polyof.poly.edu> Organization: Hewlett-Packard, Fort Collins, CO, USA Lines: 17 > cc -c -g TtyText.c > > then the compiler gave a error message that > Symbol table overflow. Try the -Wc,-Ns option. The -Wc,-Ns option should be followed by the number of symbols to be allocated. For example: -Wc,-Ns4000 Will allocate symbol table space for 4000 symbols. By default, space is allocated for 2000 symbols. For compiler releases after hp-ux 7.0, the -Wc,-Nx options are no longer necessary; all tables expand automatically. --mev Disclaimer: Not an official HP response.