]> git.pld-linux.org Git - packages/X11.git/commitdiff
- no bug here, ld was broken
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 13 Apr 2005 09:35:55 +0000 (09:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    X11-glxinfo-link.patch -> 1.3

X11-glxinfo-link.patch [deleted file]

diff --git a/X11-glxinfo-link.patch b/X11-glxinfo-link.patch
deleted file mode 100644 (file)
index 1fa6623..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-rm -f glxinfo
-gcc -m32 -o glxinfo -O2 -fno-strength-reduce -fno-strict-aliasing -std=gnu9x -pedantic
-    -Wall -Wpointer-arith -Wundef     -L/home/users/pluto/rpm/BUILD/X11-6.8.2/xc/exports/lib
-    glxinfo.o -lGLU -lGL -lXext -lX11  -lpthread -lm
-    -Wl,-rpath-link,/home/users/pluto/rpm/BUILD/X11-6.8.2/xc/exports/lib
-/usr/bin/../lib/libstdc++.so.6: undefined reference to `_Unwind_DeleteException@GCC_3.0'
-/usr/bin/../lib/libstdc++.so.6: undefined reference to `_Unwind_Resume@GCC_3.0'
-/usr/bin/../lib/libstdc++.so.6: undefined reference to `_Unwind_RaiseException@GCC_3.0'
-/usr/bin/../lib/libstdc++.so.6: undefined reference to `_Unwind_GetRegionStart@GCC_3.0'
-/usr/bin/../lib/libstdc++.so.6: undefined reference to `_Unwind_GetDataRelBase@GCC_3.0'
-/usr/bin/../lib/libstdc++.so.6: undefined reference to `_Unwind_SetGR@GCC_3.0'
-/usr/bin/../lib/libstdc++.so.6: undefined reference to `_Unwind_GetLanguageSpecificData@GCC_3.0'
-/usr/bin/../lib/libstdc++.so.6: undefined reference to `_Unwind_Resume_or_Rethrow@GCC_3.3'
-/usr/bin/../lib/libstdc++.so.6: undefined reference to `_Unwind_GetIP@GCC_3.0'
-/usr/bin/../lib/libstdc++.so.6: undefined reference to `_Unwind_GetTextRelBase@GCC_3.0'
-/usr/bin/../lib/libstdc++.so.6: undefined reference to `_Unwind_SetIP@GCC_3.0'
-collect2: ld returned 1 exit status
-make: *** [glxinfo] B³±d 1
-
---- X11-6.8.2/xc/programs/glxinfo/Imakefile.orig       2004-04-23 21:54:33.000000000 +0200
-+++ X11-6.8.2/xc/programs/glxinfo/Imakefile    2005-03-31 20:08:04.000000000 +0200
-@@ -5,7 +5,7 @@
- #if BuildGLULibrary
-         DEPLIBS = $(DEPGLULIB) $(DEPGLXLIB) $(DEPXLIB)
--LOCAL_LIBRARIES = $(GLULIB) $(GLXLIB) $(XLIB) 
-+LOCAL_LIBRARIES = $(GLULIB) -lstdc++ $(GLXLIB) $(XLIB)
-         DEFINES = -DDO_GLU
- #else
This page took 0.029023 seconds and 4 git commands to generate.