21Nov/070
Xilinx Webpack and Linux
If you would like to run the floorplaner as a stand alone application, do like this:
1) Add /opt/Xilinx92i/bin/lin to /etc/ld.so.conf, and execute sudo ldconfig
2) Execute export XILINX="/opt/Xilinx92i/"
3) Execute export DISPLAY=":0"
Errors
If you get an error like this:
error while loading shared libraries: libXm.so.3
Install libmotif3
sudo apt-get install libmotif3
