]> git.pld-linux.org Git - packages/X11.git/blob - X11-glxinfo-link.patch
- typo
[packages/X11.git] / X11-glxinfo-link.patch
1 rm -f glxinfo
2 gcc -m32 -o glxinfo -O2 -fno-strength-reduce -fno-strict-aliasing -std=gnu9x -pedantic
3     -Wall -Wpointer-arith -Wundef     -L/home/users/pluto/rpm/BUILD/X11-6.8.2/xc/exports/lib
4     glxinfo.o -lGLU -lGL -lXext -lX11  -lpthread -lm
5     -Wl,-rpath-link,/home/users/pluto/rpm/BUILD/X11-6.8.2/xc/exports/lib
6 /usr/bin/../lib/libstdc++.so.6: undefined reference to `_Unwind_DeleteException@GCC_3.0'
7 /usr/bin/../lib/libstdc++.so.6: undefined reference to `_Unwind_Resume@GCC_3.0'
8 /usr/bin/../lib/libstdc++.so.6: undefined reference to `_Unwind_RaiseException@GCC_3.0'
9 /usr/bin/../lib/libstdc++.so.6: undefined reference to `_Unwind_GetRegionStart@GCC_3.0'
10 /usr/bin/../lib/libstdc++.so.6: undefined reference to `_Unwind_GetDataRelBase@GCC_3.0'
11 /usr/bin/../lib/libstdc++.so.6: undefined reference to `_Unwind_SetGR@GCC_3.0'
12 /usr/bin/../lib/libstdc++.so.6: undefined reference to `_Unwind_GetLanguageSpecificData@GCC_3.0'
13 /usr/bin/../lib/libstdc++.so.6: undefined reference to `_Unwind_Resume_or_Rethrow@GCC_3.3'
14 /usr/bin/../lib/libstdc++.so.6: undefined reference to `_Unwind_GetIP@GCC_3.0'
15 /usr/bin/../lib/libstdc++.so.6: undefined reference to `_Unwind_GetTextRelBase@GCC_3.0'
16 /usr/bin/../lib/libstdc++.so.6: undefined reference to `_Unwind_SetIP@GCC_3.0'
17 collect2: ld returned 1 exit status
18 make: *** [glxinfo] B³±d 1
19
20 --- X11-6.8.2/xc/programs/glxinfo/Imakefile.orig        2004-04-23 21:54:33.000000000 +0200
21 +++ X11-6.8.2/xc/programs/glxinfo/Imakefile     2005-03-31 20:08:04.000000000 +0200
22 @@ -5,7 +5,7 @@
23  #if BuildGLULibrary
24  
25          DEPLIBS = $(DEPGLULIB) $(DEPGLXLIB) $(DEPXLIB)
26 -LOCAL_LIBRARIES = $(GLULIB) $(GLXLIB) $(XLIB) 
27 +LOCAL_LIBRARIES = $(GLULIB) -lstdc++ $(GLXLIB) $(XLIB)
28          DEFINES = -DDO_GLU
29  
30  #else
This page took 0.028058 seconds and 3 git commands to generate.