LST

ERCO

CSI ]   [ ETH ]

Comments ]

LST Home ]   [ LST People ] [ LST Research ]   [ LST Teaching ] [ ERCO ]

Linking liberco HOWTO

This page provides information about hot to link a fresh liberco

Requirements

  • The SRPM of the libgcj installed on your system
  • gcc

Compiling and linking

Download and install the libgcj SRPM
rpm -i libgcj-2.96-29.src.rpm
		      
Compile the package
cd /usr/src/redhat/SPECS
rpm -bc libgcj.spec
		      
Link liberco
cd ${ERCO_HOME}/lib/liberco
ln -s /usr/src/redhat/BUILD/libgcj/obj-i386-redhat-linux/i386-redhat-linux/libjava/ .
ln -s /usr/src/redhat/BUILD/libgcj/obj-i386-redhat-linux/i386-redhat-linux/libffi/ .
make