search for: _drand48

Displaying 1 result from an estimated 1 matches for "_drand48".

Did you mean: drand48
2000 Jun 19
0
Compilation issues on Mac OS X Server 1.2
...quot; generates an error. I edited the configure script to add a case to set Rhapsody's LIBS to "" after where it's done for BeOS, and then re-ran the script. This time configure finished. Now, however, make dies when trying to build seeking_test because it couldn't find _drand48. I was able to replace this with my own random function which just calls rand and converts the result to a scaled double. The whole thing now builds, but I have no idea how well it works. Just thought others should know. I can supply Rhapsody's /usr/libexec/config.* to whoever wants the...