public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* precompiled headers / dependency checking
@ 1999-12-22 14:02 michael cardenas
  1999-12-22 15:30 ` Michael Vance
  1999-12-31 23:54 ` michael cardenas
  0 siblings, 2 replies; 4+ messages in thread
From: michael cardenas @ 1999-12-22 14:02 UTC (permalink / raw)
  To: gcc

Does gcc really have neither of these features?

We are a software development company working on
porting a large application and my project is about
200 files. Without precompiled headers, my compile
time is going to be very painful. 

Am I missing something?

Also, are namespaces disabled in the gcc 2.95.2 stl? I
found this in stl_config.h


# ifdef __GNUC__
#   include <_G_config.h>
#   define __STL_HAS_WCHAR_T
#   if __GNUC__ < 2 || (__GNUC__ == 2 &&
__GNUC_MINOR__ < 8)
#     define __STL_STATIC_TEMPLATE_MEMBER_BUG
#     define __STL_NEED_TYPENAME
#     define __STL_NEED_EXPLICIT
#   else
#     define __STL_CLASS_PARTIAL_SPECIALIZATION
#     define __STL_FUNCTION_TMPL_PARTIAL_ORDER
#     define __STL_MEMBER_TEMPLATES
#     define __STL_MEMBER_TEMPLATE_CLASSES
#     define __STL_EXPLICIT_FUNCTION_TMPL_ARGS
#     define __STL_HAS_NAMESPACES
#     define __STL_NO_NAMESPACES

Is this correct?

__________________________________________________
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one place.
Yahoo! Shopping: http://shopping.yahoo.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: precompiled headers / dependency checking
  1999-12-22 14:02 precompiled headers / dependency checking michael cardenas
@ 1999-12-22 15:30 ` Michael Vance
  1999-12-31 23:54   ` Michael Vance
  1999-12-31 23:54 ` michael cardenas
  1 sibling, 1 reply; 4+ messages in thread
From: Michael Vance @ 1999-12-22 15:30 UTC (permalink / raw)
  To: michael_cardenas; +Cc: gcc

On Wed, Dec 22, 1999 at 02:02:16PM -0800, michael cardenas wrote:

> Does gcc really have neither of these features?

It has neither. However, you can use gcc to generate dependenvy
information ('man gcc' is your friend...), and then use make for
dependency checking.

No plan for pch's yet. If you're interested in contributing them, I'm
sure they would be welcome. If you're interested in helping to fund
gcc development, drop me a line offline. We're trying to get some
companies together to sponsor the work for PCHs and an incremental
linker.

Regards,

m.

-- 
Programmer                         "I wrote a song about dental floss,
Loki Entertainment Software         but did anyone's teeth get cleaner?"
http://lokigames.com/~briareos/              - Frank Zappa, re: the PMRC

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: precompiled headers / dependency checking
  1999-12-22 15:30 ` Michael Vance
@ 1999-12-31 23:54   ` Michael Vance
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Vance @ 1999-12-31 23:54 UTC (permalink / raw)
  To: michael_cardenas; +Cc: gcc

On Wed, Dec 22, 1999 at 02:02:16PM -0800, michael cardenas wrote:

> Does gcc really have neither of these features?

It has neither. However, you can use gcc to generate dependenvy
information ('man gcc' is your friend...), and then use make for
dependency checking.

No plan for pch's yet. If you're interested in contributing them, I'm
sure they would be welcome. If you're interested in helping to fund
gcc development, drop me a line offline. We're trying to get some
companies together to sponsor the work for PCHs and an incremental
linker.

Regards,

m.

-- 
Programmer                         "I wrote a song about dental floss,
Loki Entertainment Software         but did anyone's teeth get cleaner?"
http://lokigames.com/~briareos/              - Frank Zappa, re: the PMRC

^ permalink raw reply	[flat|nested] 4+ messages in thread

* precompiled headers / dependency checking
  1999-12-22 14:02 precompiled headers / dependency checking michael cardenas
  1999-12-22 15:30 ` Michael Vance
@ 1999-12-31 23:54 ` michael cardenas
  1 sibling, 0 replies; 4+ messages in thread
From: michael cardenas @ 1999-12-31 23:54 UTC (permalink / raw)
  To: gcc

Does gcc really have neither of these features?

We are a software development company working on
porting a large application and my project is about
200 files. Without precompiled headers, my compile
time is going to be very painful. 

Am I missing something?

Also, are namespaces disabled in the gcc 2.95.2 stl? I
found this in stl_config.h


# ifdef __GNUC__
#   include <_G_config.h>
#   define __STL_HAS_WCHAR_T
#   if __GNUC__ < 2 || (__GNUC__ == 2 &&
__GNUC_MINOR__ < 8)
#     define __STL_STATIC_TEMPLATE_MEMBER_BUG
#     define __STL_NEED_TYPENAME
#     define __STL_NEED_EXPLICIT
#   else
#     define __STL_CLASS_PARTIAL_SPECIALIZATION
#     define __STL_FUNCTION_TMPL_PARTIAL_ORDER
#     define __STL_MEMBER_TEMPLATES
#     define __STL_MEMBER_TEMPLATE_CLASSES
#     define __STL_EXPLICIT_FUNCTION_TMPL_ARGS
#     define __STL_HAS_NAMESPACES
#     define __STL_NO_NAMESPACES

Is this correct?

__________________________________________________
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one place.
Yahoo! Shopping: http://shopping.yahoo.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1999-12-31 23:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-22 14:02 precompiled headers / dependency checking michael cardenas
1999-12-22 15:30 ` Michael Vance
1999-12-31 23:54   ` Michael Vance
1999-12-31 23:54 ` michael cardenas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).