[ts-gen] Compiling on an OS/X

R P Herrold herrold at owlriver.com
Sun Dec 30 16:02:18 EST 2007


On Sun, 30 Dec 2007, William Lloyd wrote:

> g++ -Wall -g -I/sw/include/mysql  -c -o once.o src/once.c
> src/../lib/rdtsc_time.h: In function 'MinimalModeMultiParadigm::Long

The Makefile also needs Ruby, and to be run thus:

make clean
make all

which invocation shells out to ruby which in turn builds the 
time handler header for the OS/X environment.

Curious that you hit this as I know we added a rather noisy 
test for this, which should have caught your attention 
earlier in the compile if not run properly.

I just compiled the latest external on my PPC OS/X without 
issue.  the path fixup for the headers in the -L option, and 
the location of the libraries are about all the patches 
needed.

-- Russ Herrold


More information about the ts-general mailing list