Bug 73 - build.xml needs "-L/usr/X11R6/lib" for Linux.
Summary: build.xml needs "-L/usr/X11R6/lib" for Linux.
Status: VERIFIED FIXED
Alias: None
Product: Jogl
Classification: JogAmp
Component: core (show other bugs)
Version: 1
Hardware: All linux
: P2 normal
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2004-04-16 09:58 CEST by Sven Gothel
Modified: 2010-03-24 07:46 CET (History)
0 users

See Also:
Type: DEFECT
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Gothel 2010-03-24 07:46:26 CET


---- Reported by oic 2004-04-16 09:58:21 ----

Linux by default has the X11 library in /usr/X11R6/lib/libX11.so.
build.xml needs a "-L/usr/X11R6/lib" in the link options.

c.link.jogl:
    [exec] /usr/bin/ld: cannot find -lX11
    [exec] collect2: ld returned 1 exit status



---- Additional Comments From kbr 2004-04-19 12:43:35 ----

Apparently Red Hat 7.3 used to have a symlink for libX11.so in /usr/lib but
later versions do not. Fixed in the build.xml as suggested.




--- Bug imported by sgothel@jausoft.com 2010-03-24 07:46 EDT  ---

This bug was previously known as _bug_ 73 at https://jogl.dev.java.net/bugs/show_bug.cgi?id=73