View previous topic :: View next topic |
Author |
Message |
Alien_Freak n00b

Joined: 28 Sep 2003 Posts: 19
|
Posted: Sun Aug 28, 2005 7:12 pm Post subject: lyx, gv, and openjade |
|
|
I'm having problems emerging lyx-1.3.5-r2. Or at least i'm having issues emerging the dependancies. it lists gv and openjade as a dependency, which is fine. But gv fails to compile and gives me the following error:
Code: | /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 |
openjade also fails to emerge succesfully and gives this error:
Code: |
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.
|
here are the versions i'm trying to install:
[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: |
CFLAGS="-march=athlon -03 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
|
which as far as i can tell... are okay. |
|
Back to top |
|
 |
Alien_Freak n00b

Joined: 28 Sep 2003 Posts: 19
|
Posted: Mon Sep 05, 2005 4:14 am Post subject: help!! |
|
|
emerge Xaw3d once more fixed my gv issue.. now i'm stuck on openjade... any help appreciated |
|
Back to top |
|
 |
Alien_Freak n00b

Joined: 28 Sep 2003 Posts: 19
|
Posted: Mon Sep 05, 2005 4:08 pm Post subject: Solution... |
|
|
/usr/lib64/libosp.la didn't exist.. but the same file existed in /usr/lib/ I just created a symbolic link in the lib64 directory and then tried to remember and openjade compiled fine... as did all the remaining dependencies....
If anyone else had a similar problem.. this was my work around... enjoy
Alien. |
|
Back to top |
|
 |
jrz Apprentice


Joined: 19 Mar 2003 Posts: 272 Location: Sacramento, CA USA
|
Posted: Mon Jan 09, 2006 5:36 am Post subject: |
|
|
ahh yes that helped, since i don't have anything in my lib64 at all i rmdir'd it and made /usr/lib link to /usr/lib64 and bob's my uncle _________________ Press F1 for Help. |
|
Back to top |
|
 |
|