Here is the Linux Dev tools + ATARI source code. Linux Dev.

these tools are binaries for X86 only !
extract it where you want (/usr/local is a good place !)
eg:

"cd /usr/local/"
"tar xzvf jagdev.tar.gz"

you have now a tree like
/usr/local/jaguar/bin
/usr/local/jaguar/sources
/usr/local/jaguar/source
/usr/local/include
...

next, do :

"export PATH=/usr/local/jaguar/bin:$PATH"
"export MACPATH=/usr/local/include"

if you are using bash, you should put these in your ~/.bashrc or ~/.profile files !

you are now able to :

"cd /usr/local/jaguar/source/jagmand"
"make"
"lo -w 5 jagmand.abs"
(the "-w 5" is the delay between each words emmitting, feel free to change this value
if it doesn't work...)

showing you the well known Mandelbrot fractal on the jaguar.
(hurry up for your BJL ! ;) )

Don't hesitate to contact me if you have problems !
Cts


CTS/NLC