Search results

  1. B

    BSD libs on Mac OS X

    Couldn't fine libcompat, but it wasn't ftime that was failing, it was _ftime. I found that method in libcrypto. After linking that in everything ran smoothly. Thanks for the help all.
  2. B

    BSD libs on Mac OS X

    Thanks so much for the response. I modified the makefile so that it didn't try to link in the extra libraries, just the libc and libm. Unfortunately now I get an error from ld saying that _ftime is an undefined symbol. I'm going to look into that a little more. Thanks again for your response.
  3. B

    BSD libs on Mac OS X

    Does anyone know where to locate some of the basic BSD libs for OS X? I'm trying to run make on some source but it requires libsocket.dynlib and libnsl.dynlib. Anyone know where we can get a version that works on OS X?
Back
Top