[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] SunOS change: make sure lseek64 is used (configure in 32bit) (#534)

dcstes notifications at github.com
Mon Nov 9 13:39:44 UTC 2020


Add  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 to the mvm scripts for SunOS 32bit.

This could be due to a 'bug' in GNU autoconf / configure which makes AC_SYS_LARGEFILE only set those defines in the config.h and not on the cc command line in the Makefile's.

Even if the configure script would be fixed, I think the defines on the cmd.line would not hurt, but if configure would be fixed then these defines would be unnecessary.

David Stes
You can view, comment on, or merge this pull request online at:

  https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/534

-- Commit Summary --

  * SunOS change: make sure lseek64 is used (configure in 32bit)

-- File Changes --

    M build.sunos32x86/squeak.cog.spur/build/mvm (4)
    M build.sunos32x86/squeak.stack.spur/build/mvm (4)

-- Patch Links --

https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/534.patch
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/534.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/534
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20201109/56ab1b2f/attachment.html>


More information about the Vm-dev mailing list