Fam
From CBLFS
Jump to navigationJump to search
Download Source: | ftp://oss.sgi.com/projects/fam/download/stable/fam-2.7.0.tar.gz |
---|
Introduction to Fam
GUI tools should not mislead the user; they should display the current state of the system, even when changes to the system originate from outside of the tools themselves. FAM helps make GUI tools more usable by notifying them when the files they're interested in are created, modified, executed, and removed.
Project Homepage: http://oss.sgi.com/projects/fam/
Dependencies
Non-Multilib
For compiling with gcc-4 series do:
sed -i -e 's/NULL/0/g' include/BTree.h sed -i -e '84s/NULL/0/' src/Interest.h sed -i -e 's/alloc.h/memory/' src/IMon.c++ sed -i -e 's/iostream.h/iostream/' lib/Client.c++
Compile the package:
./configure --prefix=/usr --sysconfdir=/etc && make
Install the package
make install
Multilib
32Bit
TO DO
N32
TO DO
64Bit
TO DO