On Fri, Aug 12, 2011 at 3:45 PM, Tomek Kott <tkott.s...@gmail.com> wrote:

> Hahah, thanks all. I had no idea just how old that server was. It's a
> university system, so I'm not too surprised. I don't quite understand how
> CF9 can run on a machine that old but hey, that's not my issue.
>

It MIGHT just compile for you on that box, assuming you've got a C compiler
(SunStudio _ought_ to do). AFAIK the code base is C89-compatible with one or
two small exceptions in the sqlite3 code (long long is C99). You might try
backing up to a version older than about 2 months, so that you have a
hand-written makefile and do not need the newer configure script. In that
case you'll need to edit the makefile a small bit for Solaris (IIRC you just
need to search for "Solaris" in the makefile).

(As much as i dislike administering Sun systems, the fact that that box is
still running is a testament to their rock-solidness.)

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to