On Thu, 8 Sep 2005 14:45:32 -0400, Valnir wrote: > Doug, did you change your Makefile to accommodate for Solaris?? > Rom24 has separate Makefiles for Linux and Solaris. Below is the > default Makefile for Solaris from Rom 2.4b6. Hope it helps. > That'll probably work on the merc.h declarations, but the logf is part of the newer gcc setup (will show up on redhat, whatever Linux OS is using this setup). To get rid of that specific error, you have two choices: A> rename the logf function (in rom), and rename all of the calls to it, to something else B> add -fno-builtin-logf to your makefile
B is easier, obviously :)