Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 60961
Alias:
Product:
Component:
Status: RESOLVED
Resolution: DUPLICATE of bug 40453
Assigned To: Gentoo Linux Gnome Desktop Team <gnome@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Paul Thompson <thompson@pobox.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 60961 depends on: Show dependency tree
Bug 60961 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-08-19 16:35 0000
During the configure phase building imlib-1.9.14-r1, it fails it test program
linking against -lgif with stuff like:

/usr/lib/gcc-lib/i586-pc-linux-gnu/3.3.3/../../../libgif.so: undefined reference to `XDestroyImage'
/usr/lib/gcc-lib/i586-pc-linux-gnu/3.3.3/../../../libgif.so: undefined reference to `XGetWindowAttributes'
/usr/lib/gcc-lib/i586-pc-linux-gnu/3.3.3/../../../libgif.so: undefined reference to `XGetImage'
/usr/lib/gcc-lib/i586-pc-linux-gnu/3.3.3/../../../libgif.so: undefined reference to `XGetPixel'
/usr/lib/gcc-lib/i586-pc-linux-gnu/3.3.3/../../../libgif.so: undefined reference to `XQueryColors'

If, however, you also have libungif installed, it will test against that, and
succeed, never testing libgif. I noticed this on a box with only giflib
installed. (a fresh 2004.2) I then made a little hello.c program (main with
only a printf, and 'gcc -o hello hello.c -lgif' results in the same undefined
references. I then tried the same program on my other box, and it linked without
complaint. Then I re-merged giflib-- same version,4.1.0-r3 and the result is
that the test program now fails to link under both boxes now...

I dont know if imlib is just not compiling their test program correctly, or
what. (Those are Xlib symbols, so it will compile with -L/usr/X11R6 -lX11 )

my USE variables include 'X' and 'gif'.

------- Comment #1 From Mystilleef 2004-08-22 12:24:09 0000 -------
I'm having the same problem.

------- Comment #2 From foser (RETIRED) 2004-08-26 05:54:45 0000 -------

*** This bug has been marked as a duplicate of 40453 ***

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug