[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference turris::c_plus_plus

Title:C++
Notice:Read 1.* and use keywords (e.g. SHOW KEY/FULL KIT_CXX_VAX_VMS)
Moderator:DECCXX::AMARTIN
Created:Fri Nov 06 1987
Last Modified:Thu Jun 05 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:3604
Total number of notes:18242

3565.0. "Problem with templates in CXX560T03" by NNTPD::"vorburger@zuo.dec.com" () Mon May 12 1997 13:11

T.RTitleUserPersonal
Name
DateLines
3565.1how about creating some dependencies?DECC::J_WARDMon May 12 1997 13:3218
How about doing the following (presuming you are using a makefile):

A.cxx: 
       cxx -Hf A.cxx
B.cxx: A.o
       cxx -Hf B.cxx A.o


or you can simulate this on the command line, i.e.:

rm -fr cxx_repository
cxx -Hf A.cxx
cxx -Hf B.cxx A.o

We use this technique in the script that builds the
standard "common instantiation" library.

3565.2NNTPD::"vorburger@zuo.dec.com"Wed May 14 1997 12:1915
3565.3statusDECCXX::MITCHELLThu May 15 1997 14:321
This needs more investigation.  We're looking at it.
3565.4Please use workaround in .1 for nowDECCXX::MITCHELLMon May 19 1997 19:382
This problem also occurred with DEC C++ releases prior to
V5.6.  The problem has been fixed in V6.0.