both giving me the same error:
Code: Select all
/bin/sh ../../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -O2 -Wall -ffast-math -fexpensive-optimizations -fomit-frame-pointer -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtkglext-1.0 -I/usr/lib/gtkglext-1.0/include -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -o celestia celestiacore.o configfile.o destination.o eclipsefinder.o favorites.o imagecapture.o url.o gtk/libgtkgui.a ../celengine/libcelengine.a ../celtxf/libceltxf.a ../cel3ds/libcel3ds.a ../celmath/libcelmath.a ../celutil/libcelutil.a -lpng -ljpeg -lGLU -lGL -lz -lSM -lICE -lm -lXmu -lXi -lXext -lX11 -lm -lz -lGL -Wl,--export-dynamic -lgtkglext-x11-1.0 -lgdkglext-x11-1.0 -lGLU -lGL -lXmu -lXt -lSM -lICE -lgtk-x11-2.0 -lpangox-1.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lcairo
/usr/lib/libGLcore.so.1: undefined reference to `_nv000016gl'
/usr/lib/libGLcore.so.1: undefined reference to `_nv000003gl'
/usr/lib/libGLcore.so.1: undefined reference to `_nv000027gl'
/usr/lib/libGLcore.so.1: undefined reference to `_nv000025gl'
/usr/lib/libGLcore.so.1: undefined reference to `_nv000034gl'
/usr/lib/libGLcore.so.1: undefined reference to `_nv000018gl'
/usr/lib/libGLcore.so.1: undefined reference to `_nv000013gl'
/usr/lib/libGLcore.so.1: undefined reference to `_nv000005gl'
/usr/lib/libGLcore.so.1: undefined reference to `_nv000022gl'
/usr/lib/libGLcore.so.1: undefined reference to `_nv000039gl'
/usr/lib/libGLcore.so.1: undefined reference to `_nv000008gl'
/usr/lib/libGLcore.so.1: undefined reference to `_nv000002gl'
/usr/lib/libGLcore.so.1: undefined reference to `_nv000030gl'
/usr/lib/libGLcore.so.1: undefined reference to `_nv000033gl'
/usr/lib/libGLcore.so.1: undefined reference to `_nv000004gl'
/usr/lib/libGLcore.so.1: undefined reference to `_nv000036gl'
/usr/lib/libGLcore.so.1: undefined reference to `_nv000031gl'
/usr/lib/libGLcore.so.1: undefined reference to `_nv000038gl'
/usr/lib/libGLcore.so.1: undefined reference to `_nv000028gl'
/usr/lib/libGLcore.so.1: undefined reference to `_nv000024gl'
/usr/lib/libGLcore.so.1: undefined reference to `_nv000041gl'
/usr/lib/libGLcore.so.1: undefined reference to `_nv000029gl'
/usr/lib/libGLcore.so.1: undefined reference to `_nv000012gl'
/usr/lib/libGLcore.so.1: undefined reference to `_nv000020gl'
/usr/lib/libGLcore.so.1: undefined reference to `_nv000026gl'
/usr/lib/libGLcore.so.1: undefined reference to `_nv000019gl'
/usr/lib/libGLcore.so.1: undefined reference to `_nv000015gl'
/usr/lib/libGLcore.so.1: undefined reference to `_nv000010gl'
/usr/lib/libGLcore.so.1: undefined reference to `_nv000011gl'
/usr/lib/libGLcore.so.1: undefined reference to `_nv000017gl'
/usr/lib/libGLcore.so.1: undefined reference to `_nv000021gl'
/usr/lib/libGLcore.so.1: undefined reference to `_nv000035gl'
/usr/lib/libGLcore.so.1: undefined reference to `_nv000006gl'
/usr/lib/libGLcore.so.1: undefined reference to `_nv000009gl'
/usr/lib/libGLcore.so.1: undefined reference to `_nv000007gl'
/usr/lib/libGLcore.so.1: undefined reference to `_nv000023gl'
/usr/lib/libGLcore.so.1: undefined reference to `_nv000014gl'
/usr/lib/libGLcore.so.1: undefined reference to `_nv000037gl'
/usr/lib/libGLcore.so.1: undefined reference to `_nv000032gl'
collect2: ld returned 1 exit status
here is my glxinfo (without extensions):
Code: Select all
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
server glx extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control,
GLX_ARB_multisample, GLX_NV_float_buffer
client glx vendor string: NVIDIA Corporation
client glx version string: 1.4
client glx extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_visual_info,
GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_SGI_video_sync,
GLX_NV_swap_group, GLX_NV_video_out, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
GLX_SGI_swap_control, GLX_NV_float_buffer, GLX_ARB_fbconfig_float
GLX version: 1.3
GLX extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control,
GLX_ARB_multisample, GLX_NV_float_buffer, GLX_ARB_get_proc_address
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce FX 5900/AGP/SSE/3DNOW!
OpenGL version string: 2.0.2 NVIDIA 87.74
any hints on this? I'm using Xorg with the latest drivers from nvidia.
phoenix