Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: gle - Graphics Layout Engine https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=229676 ------- Additional Comments From mtasaka@xxxxxxxxxxxxxxxxxxx 2007-03-12 12:04 EST ------- Created an attachment (id=149831) --> (https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=149831&action=view) config.log on 4.0.12-3 config.log says: ------------------------------- 235 configure:2478: checking for X 236 configure:2584: g++ -E conftest.cc 237 configure:2590: $? = 0 238 configure:2640: g++ -o conftest -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param= ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables conftest.cc -lXt >&5 239 configure:2643: $? = 0 240 configure:2646: test -s conftest 241 configure:2649: $? = 0 242 configure:2698: result: libraries , headers 243 configure:2703: checking for XOpenDisplay in -lX11 244 configure:2734: g++ -o conftest -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param= ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables conftest.cc -lX11 -lXt -L >&5 245 g++: argument to '-L' missing 246 247 configure:2737: $? = 1 248 configure: failed program was: ----------------------------------- The part of configure corresponding to this error is: ----------------------------------- 2702 if test "$with_x" != no; then 2703 echo "$as_me:$LINENO: checking for XOpenDisplay in -lX11" >&5 2704 echo $ECHO_N "checking for XOpenDisplay in -lX11... $ECHO_C" >&6 2705 if test "${ac_cv_lib_X11_XOpenDisplay+set}" = set; then 2706 echo $ECHO_N "(cached) $ECHO_C" >&6 2707 else 2708 ac_check_lib_save_LIBS=$LIBS 2709 LIBS="-lX11 -lXt -L$x_libraries $LIBS" 2710 cat >conftest.$ac_ext <<_ACEOF 2711 #line $LINENO "configure" 2712 /* confdefs.h. */ 2713 _ACEOF 2714 cat confdefs.h >>conftest.$ac_ext 2715 cat >>conftest.$ac_ext <<_ACEOF 2716 /* end confdefs.h. */ 2717 2718 /* Override any gcc2 internal prototype to avoid an error. */ 2719 #ifdef __cplusplus 2720 extern "C" 2721 #endif 2722 /* We use char because int might match the return type of a gcc2 2723 builtin and then its argument prototype would still apply. */ 2724 char XOpenDisplay (); 2725 int 2726 main () 2727 { 2728 XOpenDisplay (); 2729 ; 2730 return 0; 2731 } 2732 _ACEOF 2733 rm -f conftest.$ac_objext conftest$ac_exeext 2734 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2735 (eval $ac_link) 2>&5 2736 ac_status=$? 2737 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2738 (exit $ac_status); } && 2739 { ac_try='test -s conftest$ac_exeext' ------------------------------------ -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review