Enrico Migliore wrote:
I'm trying to figure out how far is your code from a successful build
with MSVC on Win2000. That is, at the end of this work, I want to have
a clear picture of which source files are 100% OS/architecture independent
and which are OS/architecture dependent.

One of the problem I'm facing right now, are the memory management functions
you call. for example, Windows doesn't have the mmap() function,
therefore, at the moment, I must supply a dummy mmap() implementation,
in order to proceed.

The other problem I got is that I don't have the files and the macros, generated
by the automake and autoconf tools, and I need them as a reference.
In order to for me to proceed I need to take a look at the source tree generated
by automake and autoconf. Could anybody send me the tree built for Linux?

Try this... I built a distribution tarball from the current SVN sources:

  http://people.freebsd.org/~archie/jchevm-1.0.tar.gz

-Archie

__________________________________________________________________________
Archie Cobbs      *        CTO, Awarix        *      http://www.awarix.com

Reply via email to