Q: I'm getting MAXINT undefined error while compiling version 1.3.1. 
   Is there some header file missing ? 

A: Yes, please make following changes before compilation:

   1. add #include<sys/param.h> at line ~28 of file src/samplin.h
   2. add #include<values.h> at line ~32 src/script/script.h
---
Q: Make stops with error in src/drivers directory while compiling 
   version 1.4beta
   
A: You have kernel 2.2.x, provided drivers for PCL labcards are compatible
   only with 2.0.x due to internal structure changes. Patch is needed but
   this item isn't currently on the top of my TODO list. If you can make a
   patch, please send it to me. If you don't need that drivers, just remove
   the `drivers' directory from src/Makefile.am.
---   
Q: Drivers are not beeing built during make
   
A: Use ./configure --enable-drivers to enable compilation of drivers.
   Note that included PCL drivers will compile only with 2.0.x kernels.
---   
Q: The EOS setting in device config dialog (SampLinDevice) doesn't seem to
   work.
   
A: Yes, I know, it's still not implemented. `\n' is used as default. Try
   binary versions of DEVREAD/DEVWRITE to use different terminator.
   *** This should work correctly in version >= 1.5.0
---
Q: Does SampLin work with NI GPIB drivers for linux ?

A: Yes, few people reported it works. But configure it as a `Void' device.
   Commands like DEVSPOLL won't work, of course, you'll have to use ioctl's
---
Q: What happened with file extensions since version 1.4 ?

A: Since version 1.4 following file extensions are used: .sb for scripts
   (SampLin basic) and .sg for graphs (SampLin graph). However, you can 
   still open your old graph files in version 1.4.
---
