Description of problem: gcc -I. -I../.. -I../../. -I../.././ext/dl -DHAVE_DLFCN_H -DHAVE_DLOPEN -DHAVE_DLCLOSE -DHAVE_DLSYM -DHAVE_DLERROR -D_FILE_OFFSET_BITS=64 -I. -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wl,-z,relro -m32 -fno-strict-aliasing -fPIC -fno-defer-pop -fno-omit-frame-pointer -c dl.c In file included from dl.c:104:0: callback.func:1:1: warning: data definition has no type or storage class [enabled by default] callback.func:1:1: warning: type defaults to 'int' in declaration of 'rg11' [-Wimplicit-int] callback.func:1:7: error: expected identifier or '(' before 'long' In file included from dl.c:104:0: callback.func:78:33: error: expected ')' before '(' token callback.func:79:3: warning: data definition has no type or storage class [enabled by default] callback.func:79:3: warning: type defaults to 'int' in declaration of 'retval' [-Wimplicit-int] callback.func:79:24: error: 'proc' undeclared here (not in a function) callback.func:79:39: error: 'argc' undeclared here (not in a function) callback.func:79:45: error: 'argv' undeclared here (not in a function) callback.func:82:1: error: expected identifier or '(' before '}' token Version-Release number of selected component (if applicable): ruby-1.8.7.334-2.fc16 How reproducible: always Actual results: http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=247499
*** This bug has been marked as a duplicate of bug 716021 ***