Title: | SQL notes |
Moderator: | NOVA::SMITHI |
Created: | Wed Aug 27 1986 |
Last Modified: | Thu Jun 05 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 3895 |
Total number of notes: | 17726 |
If you install the DEC C RTL upgrade (AACRT060) but only had the VAX C compiler, would SQL module language programs that were recompiled need to still use the VAXCRTL at link (either /options or via LNK$LIBRARY) or not ? Customer is upgrading from V4.1-0 to V6.1-1 on VMS 5.5-1 but wants to rebuild everything and test after the DEC C RTL upgrade prior to going to Rdb V6.1-1. Regards, rcs
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
3873.1 | It needed the VAXCRTL... | NOMAHS::SECRIST | Rdb WWS; [email protected] | Wed Mar 19 1997 10:40 | 9 |
Since the VAX C compiler is being used you still need to include VAXCRTL as part of the link since it is looking for its own stuff. Likewise our Rdb executables will require the presence of the DEC C RTL. Regards, rcs |