[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
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 |
3453.0. "cxx forgetful passing flags to cc" by TLE::MERRITT (Steve Merritt, Ladebug Team) Mon Feb 17 1997 16:10
cxx doesn't pass on the proper flags to cc (at least for g level).
Here cxx is used on a C file, where -x cxx is not specified. The
resultant binary does not have debug information available. Needless
to say, this would confuse alot of users.
-Steve
atoyot.zko.dec.com> cxx -g -v structprob.c -o sp
/usr/lib/cmplrs/cxx/cc -c -o structprob.o structprob.c
0.02u 0.02s 0:00.1 33%
/usr/lib/cmplrs/cxx/cc -o sp -G 8 -g2 -call_shared /usr/lib/cmplrs/cxx/_main.o
structprob.o -v -lcxxstd -lcxx
-lexc -cxxsyms
/usr/lib/cmplrs/cc/ld -o sp -cxxsyms -g2 -O1 -call_shared
/usr/lib/cmplrs/cc/crt0.o /usr/lib/cmplrs/cxx/_main
.o structprob.o -lcxxstd -lcxx -lexc -lc
/usr/lib/cmplrs/cxx/cc -o sp -G 8 -g2 -call_shared /usr/lib/cmplrs/cxx/_main.o
structprob.o -v -lcxxstd -lcxx
-lexc |& /usr/lib/cmplrs/cxx/demangle
/usr/lib/cmplrs/cc/ld -o sp -g2 -O1 -call_shared /usr/lib/cmplrs/cc/crt0.o
/usr/lib/cmplrs/cxx/_main.o struct
prob.o -lcxxstd -lcxx -lexc -lc
/usr/lib/cmplrs/cc/ld:
0.03u 0.02s 0:00 25% 0+9k 5+7io 1pf+0w 9stk+1280mem
0.03u 0.05s 0:00.2 42%
atoyot.zko.dec.com> uname -a
OSF1 atoyot.zko.dec.com V4.0 386 alpha
atoyot.zko.dec.com> cxx -V
cxx (cxx)
DEC C++ V5.4-009 on Digital UNIX (Alpha)
T.R | Title | User | Personal Name | Date | Lines |
---|
3453.1 | Duplicate of 3447 | GEMGRP::MONTELEONE | | Mon Feb 17 1997 16:39 | 5 |
|
Looks like a duplicate of 3447...
|