You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The VAX client, although it builds correctly is having some issues. My feeling is that it is likely due to initialising the CRTL environment. I have tried to "upgrade" the environment by linking against SYS$LIBRARY:DECCRTL.OLB. However, I am guessing that it is likely necessary to use the VAXC2DECC environment. I will look and see if I can find some documentation on how to use this and see if it fits the needs of sqlite3.
The text was updated successfully, but these errors were encountered:
After a quick look at the stack dump it would appear that the problem is actually in the strcmp() function called immediately after entering main(). I wonder if this has anything to do with the strcmp() routines that are supplied with GCC. Maybe they use different parameter arrangements (for performance) compared to the VAXC RTL.
The VAX client, although it builds correctly is having some issues. My feeling is that it is likely due to initialising the CRTL environment. I have tried to "upgrade" the environment by linking against SYS$LIBRARY:DECCRTL.OLB. However, I am guessing that it is likely necessary to use the VAXC2DECC environment. I will look and see if I can find some documentation on how to use this and see if it fits the needs of sqlite3.
The text was updated successfully, but these errors were encountered: