comp.sys.hp.hpux FAQSection - 6.2.3 How do I deal with "too many defines"? (original) (raw)
Top Document: comp.sys.hp.hpux FAQ
Previous Document: 6.2.2 How do I make Perl on HP-UX?
Next Document: 6.2.4 Why do I get "_builtin_va_start" undefined when I build with gcc?
See reader questions & answers on this topic! - Help others by sharing your knowledge
Use the "-Wp,-Hxxxxxxx" where xxxxxxxx is the number of bytes to add to cpp's table size.
There is no equivalent in lint or cflow to the cc driver's -W flag to pass options to subprocesses like cpp. However, both lint and cflow invoke cpp via the cc driver, so you can achieve the same effect by setting the CCOPTS environment variable. For example,
CCOPTS="-Wp,-H500000"
export CCOPTS
lint large_file.c
User Contributions:
Comment about this article, ask questions, or add new information about this topic:
Name:
E-mail:
Show my email publicly
Public Comment: (50-4000 characters)
Archived related questions and answers
Top Document: comp.sys.hp.hpux FAQ
Previous Document: 6.2.2 How do I make Perl on HP-UX?
Next Document: 6.2.4 Why do I get "_builtin_va_start" undefined when I build with gcc?
[ Usenet FAQs | Web FAQs | Documents | RFC Index ]
Send corrections/additions to the FAQ Maintainer:
hpux.faq@gmail.com
Last Update March 27 2014 @ 02:11 PM
Some parts © 2024 Advameg, Inc. |