File: README.Irix

package info (click to toggle)
gtklp 1.2.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 9,776 kB
  • ctags: 1,799
  • sloc: ansic: 18,461; sh: 10,370; makefile: 466; yacc: 288; sed: 16
file content (13 lines) | stat: -rw-r--r-- 447 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
Some notes on compling GtkLP on Irix Systems. 
---------------------------------------------
There are problems compiling gtklp-1.0c under IRIX 6.5.22f, cause
"basename" was not found when linking gtklp.
Please use 
   ./configure LDFLAGS=-lgen
to solve this Problem.

Also the fonts could look a little big ugly with Gtk2. In this
case you should use Gtk1 instead:
   ./configure --enable-gtk1 LDFLAGS=-lgen

Thanks to Dirk Engel for this hints!