Skip to content

Commit bf4b070

Browse files
committed
Finally figured out the order, modules, etc that need to be in the
VAX client linker options file.
1 parent 5b36451 commit bf4b070

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

sqlite3.vax_opt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
!
1515
BIN_DIR:SHELL.OBJ
1616
BIN_DIR:VMSSHELL.OBJ
17-
SQLITE3_SHR/SHARE
1817
GNU_CC_LIBRARY:LIBGCC/LIB
19-
!SYS$LIBRARY:VAXC2DECC/SHARE
20-
SYS$LIBRARY:VAXCRTL_FOR_NAS/LIB
18+
SYS$LIBRARY:VAXCRTL/LIB
19+
SYS$LIBRARY:DECCRTL/LIB/INCLUDE=(C$TRUNCATEVECTORS,C$POPENVECTORS)
20+
SQLITE3_SHR/SHARE
21+
SYS$LIBRARY:SMGSHR/SHARE
22+
SYS$LIBRARY:STARLET/LIB

0 commit comments

Comments
 (0)