| Summary: | build.xml needs "-L/usr/X11R6/lib" for Linux. | ||
|---|---|---|---|
| Product: | [JogAmp] Jogl | Reporter: | Sven Gothel <sgothel> |
| Component: | core | Assignee: | Sven Gothel <sgothel> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 1 | ||
| Hardware: | All | ||
| OS: | linux | ||
| Type: | DEFECT | SCM Refs: | |
| Workaround: | --- | ||
---- 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