Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Odd VAX Client Behaviour #8

Open
tesneddon opened this issue Apr 3, 2013 · 1 comment
Open

Odd VAX Client Behaviour #8

tesneddon opened this issue Apr 3, 2013 · 1 comment
Assignees

Comments

@tesneddon
Copy link
Member

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.

@ghost ghost assigned tesneddon Apr 3, 2013
@tesneddon
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant