Csound Csound-dev Csound-tekno Search About

Csound 3.46 [Linux 2.1.x/glibc]

Date1997-07-27 08:37
FromLaszlo Vecsey
SubjectCsound 3.46 [Linux 2.1.x/glibc]
Csound Version 3.46 (Jul 27 1997)

Just fyi, I had to include the following text as a quickfix in sysdep.h
Problem being that 'tell' wasn't being defined on my glibc 2.04 system:

--
#include 
#define  tell(x) lseek(x,0L,1)
--

- lv