Search the FAQ Archives

3 - A - B - C - D - E - F - G - H - I - J - K - L - M
N - O - P - Q - R - S - T - U - V - W - X - Y - Z
faqs.org - Internet FAQ Archives

comp.sys.hp.hpux FAQ
Section - 6.2.3 How do I deal with "too many defines"?

( Single Page )
[ Usenet FAQs | Web FAQs | Documents | RFC Index | Houses ]


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:




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?

Single Page

[ 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