I could not compile it it on windows or solaris.
Has anyone successfully tried to run it on windows? I am ccurios because writing allocators for HP or SGI STL is easy but I cannot get it done for stlport. So I really wonder whether this allocator works with stlport 4 on windows.
thomas
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am the author of the current package. I don't have console
access to a solaris machine, so the package was
not ported to that platform. I generally do not use
Microsoft, so ditto there. But if you want, I may be
able to help you port it to whatever platform you need.
The semaphores and shared memory OS calls will need
to be tailored to the OS you select and then the calls
will need to be folded into the existing code. The rest of
the allocation/deallocation should work. Let me know if
you want assistance. dont expect it to work as is at the moment.
Right now, the code only works for certain with Linux.
And with that, it has only been tested with RedHat and
SuSe.
If anyone else has ported it to other platforms, please
chime in and lets post the mods.
marc
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I could not compile it it on windows or solaris.
Has anyone successfully tried to run it on windows? I am ccurios because writing allocators for HP or SGI STL is easy but I cannot get it done for stlport. So I really wonder whether this allocator works with stlport 4 on windows.
thomas
Hi Robert,
I am the author of the current package. I don't have console
access to a solaris machine, so the package was
not ported to that platform. I generally do not use
Microsoft, so ditto there. But if you want, I may be
able to help you port it to whatever platform you need.
The semaphores and shared memory OS calls will need
to be tailored to the OS you select and then the calls
will need to be folded into the existing code. The rest of
the allocation/deallocation should work. Let me know if
you want assistance. dont expect it to work as is at the moment.
Right now, the code only works for certain with Linux.
And with that, it has only been tested with RedHat and
SuSe.
If anyone else has ported it to other platforms, please
chime in and lets post the mods.
marc