Code: Select all
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lXaw3d
collect2: ld returned 1 exit status
make[1]: *** [gv] Error 1
make[1]: Leaving directory `/var/tmp/portage/gv-3.5.8-r4/work/gv-3.5.8/source'
make: *** [all] Error 2 Code: Select all
make[2]: *** No rule to make target `/usr/lib64/libosp.la', needed by `openjade'. Stop.
make[2]: Leaving directory `/var/tmp/portage/openjade-1.3.2-r1/work/openjade-1.3.2/jade'
make[1]: *** [jade] Error 2
make[1]: Leaving directory `/var/tmp/portage/openjade-1.3.2-r1/work/openjade-1.3.2'
make: *** [all] Error 2
!!! ERROR: app-text/openjade-1.3.2-r1 failed.
!!! Function src_compile, Line 54, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.
[ebuild N ] app-text/gv-3.5.8-r4 0 kB
[ebuild N ] app-text/openjade-1.3.2-r1 0 kB
any help would be appreciated. I've searched the forums and it pointed out some errors occured when your CFLAGS and CXXFLAGS had inconsitencies between one and the other.
here are mine:
Code: Select all
CFLAGS="-march=athlon -03 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
which as far as i can tell... are okay.

