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

Conference turris::decc_bugs

Title:DEC C Problem Reporting Forum
Notice:Report DEC C++ problems in TURRIS::C_PLUS_PLUS
Moderator:CXXC::REPETETCHEON
Created:Fri Nov 13 1992
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1299
Total number of notes:6249

1257.0. "CC/ANA and 0 block .OBJ file" by MUNICH::WWERNER (When in doubt, do as the INTs do) Fri Jan 24 1997 06:37

OpenVMS Alpha 6.2, DECC DEC C V5.5-002

$ TYPE A.C
#include <stdio.h>

static char *version = "$VERSION 1.0.0-" __FILE__ " \
  " __DATE__ " " __TIME__;

int
main(void) {
        printf("%s\n",version);
        return 0;
}
$ CC/ANA A
$ LIN A
LINK-W-EMPTYFILE, no modules found in file SYS$USER:[WERNER]A.OBJ;1
%LINK-W-USRTFR, image SYS$USER:[WERNER]A.EXE;13 has no user transfer address
$ DIR/SIZ A.OBJ

Directory SYS$USER:[WERNER]

A.OBJ;1                    0

$ CC A
$ LIN A
$ R A
$VERSION 1.0.0-SYS$USER:[WERNER]A.C;179   Jan 24 1997 12:37:21


regards Wolfgang
T.RTitleUserPersonal
Name
DateLines
1257.1DECCXL::ZEEBJeff ZeebFri Jan 24 1997 10:475
I observed that the V5.5 compiler produced a bad .ANA file in addition
to the empty .OBJ file.  However, our current development compiler
produces both a valid .ANA file and a valid .OBJ file.

Jeff