| Summary: | Path to /lib64 libraries (X11/Motif and GL) for 64-bit machines | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | w.stiller |
| Component: | config | Assignee: | Gunter.Folger |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 6.2 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
|
Description
w.stiller
2004-12-03 01:35:33 CET
Hello, Can you please send me your modified Linux-g++.gmk ? Gunter Since release 8.0 of Geant4 it is possible to explicitely specify the lib path and libraries to X11/Xm/GL with X11LIBS, XMLIBS, OGLLIBS, e.g.: X11LIBS = "-L/usr/X11R6/lib64 -lXmu -lXt -lXext -lX11 -lSM -lICE" XMLIBS = "-L/usr/X11R6/lib64 -lXm -lXpm" OGLLIBS = "-L/usr/lib64 -lGLU -lGL" etc ... |