tmp/linux-2.6.34 is the directory containing my kernel code.<br><br>I ran the sudo yum command as you suggested. I then ran the make xconfig command from my tmp/linux-2.6.34 folder and got this:<br><br>[root@blandrum linux-2.6.34]# make xconfig<br>
  CHECK   qt<br>*<br>* Unable to find the QT3 installation. Please make sure that<br>* the QT3 development package is correctly installed and<br>* either install pkg-config or set the QTDIR environment<br>* variable to the correct location.<br>
*<br>make[1]: *** No rule to make target `scripts/kconfig/.tmp_qtcheck&#39;, needed by `scripts/kconfig/qconf.o&#39;.  Stop.<br>make: *** [xconfig] Error 2<br>[root@blandrum linux-2.6.34]# <br><br><br>biggerb<br><br><div class="gmail_quote">
On Wed, Jun 30, 2010 at 10:16 PM, JD <span dir="ltr">&lt;<a href="mailto:jd1008@gmail.com">jd1008@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


  
    
  
  <div text="#000000" bgcolor="#ffffff"><div><div></div><div class="h5">
    On 06/30/2010 09:50 PM, Barton Landrum wrote:
    <blockquote type="cite">I am running it out of a tmp subfolder<br>
      <br>
      /tmp/linux-2.6.34/<br>
      <br>
      <div class="gmail_quote">On Wed, Jun 30, 2010 at 9:30 PM, JD <span dir="ltr">&lt;<a href="mailto:jd1008@gmail.com" target="_blank">jd1008@gmail.com</a>&gt;</span>
        wrote:<br>
        <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
          <div>
            <div>  On 06/30/2010 09:10 PM, Barton Landrum
              wrote:<br>
              &gt; I enter:<br>
              &gt;<br>
              &gt; [root@blandrum linux-2.6.34]# make gconfig<br>
              &gt;<br>
              &gt; and I get the following:<br>
              &gt;<br>
              &gt; *<br>
              &gt; * Unable to find the GTK+ installation. Please make
              sure that<br>
              &gt; * the GTK+ 2.0 development package is correctly
              installed...<br>
              &gt; * You need gtk+-2.0, glib-2.0 and libglade-2.0.<br>
              &gt; *<br>
              &gt; make[1]: *** No rule to make target
              `scripts/kconfig/.tmp_gtkcheck&#39;,<br>
              &gt; needed by `scripts/kconfig/gconf.o&#39;.  Stop.<br>
              &gt; make: *** [gconfig] Error 2<br>
              &gt;<br>
              &gt; [root@blandrum linux-2.6.34]#<br>
              &gt;<br>
              &gt; Thanks in advance<br>
              &gt;<br>
              &gt; biggerb<br>
            </div>
          </div>
          I am running F13 with latest updates as of 30 minutes ago.<br>
          I have these packages installed:<br>
          gtk+-1.2.10-70.fc13.i686<br>
          gtk+-devel-1.2.10-70.fc13.i686<br>
          gtk2-2.20.1-1.fc13.i686<br>
          gtk2-devel-2.20.1-1.fc13.i686<br>
          glib-1.2.10-33.fc12.i686<br>
          glib-devel-1.2.10-33.fc12.i686<br>
          glib2-2.24.1-1.fc13.i686<br>
          glib2-devel-2.24.1-1.fc13.i686<br>
          libglade-0.17-24.fc12.i686<br>
          libglade-devel-0.17-24.fc12.i686<br>
          libglade2-2.6.4-3.fc12.i686<br>
          libglade2-devel-2.6.4-3.fc12.i686<br>
          <br>
          So, the question is: in which directory are you invoking &quot;make
          gconfig&quot;?<br>
          <br>
          JD<br>
          <font color="#888888">--<br>
            users mailing list<br>
            <a href="mailto:users@lists.fedoraproject.org" target="_blank">users@lists.fedoraproject.org</a><br>
            To unsubscribe or change subscription options:<br>
            <a href="https://admin.fedoraproject.org/mailman/listinfo/users" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/users</a><br>
            Guidelines: <a href="http://fedoraproject.org/wiki/Mailing_list_guidelines" target="_blank">http://fedoraproject.org/wiki/Mailing_list_guidelines</a><br>
          </font></blockquote>
      </div>
      <br>
    </blockquote>
    <br></div></div>
    sudo yum install gtk2 gtk2-devel glib2 glib2-devel libglade2
    libglade2-devel<br>
    <br>
    So, what is in /tmp/inux-2.6.34/ ?<br>
    Is the kernel source there?<br>
    If yes, Why are you running make gconfig?<br>
    It wont work - and it does not work on my<br>
    fully updated system with all the needed packages.<br>
    Just run make xconfig and it works!<br>
    <br>
    Using make gconfig, I get a huge pile of warnings and dies with an
    error; so why  bother with gconfig??<br>
    $ make gconfig<br>
      HOSTCC  scripts/basic/fixdep<br>
      HOSTCC  scripts/basic/docproc<br>
      HOSTCC  scripts/basic/hash<br>
      HOSTCC  scripts/kconfig/conf.o<br>
      HOSTCC  scripts/kconfig/gconf.o<br>
    In file included from /usr/include/gtk-2.0/gtk/gtk.h:233,<br>
                     from
    /usr/include/libglade-2.0/glade/glade-xml.h:26,<br>
                     from /usr/include/libglade-2.0/glade/glade.h:28,<br>
                     from scripts/kconfig/gconf.c:16:<br>
    /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47: warning: function
    declaration isn’t a prototype<br>
    scripts/kconfig/gconf.c:80: warning: no previous prototype for
    ‘dbg_print_stype’<br>
    scripts/kconfig/gconf.c:108: warning: no previous prototype for
    ‘dbg_print_flags’<br>
    scripts/kconfig/gconf.c:141: warning: no previous prototype for
    ‘dbg_print_ptype’<br>
    scripts/kconfig/gconf.c:168: warning: no previous prototype for
    ‘replace_button_icon’<br>
    scripts/kconfig/gconf.c:187: warning: no previous prototype for
    ‘init_main_window’<br>
    scripts/kconfig/gconf.c:276: warning: no previous prototype for
    ‘init_tree_model’<br>
    scripts/kconfig/gconf.c:306: warning: no previous prototype for
    ‘init_left_tree’<br>
    scripts/kconfig/gconf.c:350: warning: no previous prototype for
    ‘init_right_tree’<br>
    scripts/kconfig/gconf.c:503: warning: no previous prototype for
    ‘on_window1_delete_event’<br>
    scripts/kconfig/gconf.c:548: warning: no previous prototype for
    ‘on_window1_destroy’<br>
    scripts/kconfig/gconf.c:555: warning: no previous prototype for
    ‘on_window1_size_request’<br>
    scripts/kconfig/gconf.c:591: warning: no previous prototype for
    ‘on_load1_activate’<br>
    scripts/kconfig/gconf.c:632: warning: no previous prototype for
    ‘on_save_as1_activate’<br>
    scripts/kconfig/gconf.c:652: warning: no previous prototype for
    ‘on_quit1_activate’<br>
    scripts/kconfig/gconf.c:659: warning: no previous prototype for
    ‘on_show_name1_activate’<br>
    scripts/kconfig/gconf.c:670: warning: no previous prototype for
    ‘on_show_range1_activate’<br>
    scripts/kconfig/gconf.c:688: warning: no previous prototype for
    ‘on_show_data1_activate’<br>
    scripts/kconfig/gconf.c:700: warning: no previous prototype for
    ‘on_show_all_options1_activate’<br>
    scripts/kconfig/gconf.c:710: warning: no previous prototype for
    ‘on_show_debug_info1_activate’<br>
    scripts/kconfig/gconf.c:717: warning: no previous prototype for
    ‘on_introduction1_activate’<br>
    scripts/kconfig/gconf.c:749: warning: no previous prototype for
    ‘on_about1_activate’<br>
    scripts/kconfig/gconf.c:767: warning: no previous prototype for
    ‘on_license1_activate’<br>
    scripts/kconfig/gconf.c:786: warning: no previous prototype for
    ‘on_back_clicked’<br>
    scripts/kconfig/gconf.c:801: warning: no previous prototype for
    ‘on_load_clicked’<br>
    scripts/kconfig/gconf.c:807: warning: no previous prototype for
    ‘on_single_clicked’<br>
    scripts/kconfig/gconf.c:817: warning: no previous prototype for
    ‘on_split_clicked’<br>
    scripts/kconfig/gconf.c:833: warning: no previous prototype for
    ‘on_full_clicked’<br>
    scripts/kconfig/gconf.c:845: warning: no previous prototype for
    ‘on_collapse_clicked’<br>
    scripts/kconfig/gconf.c:851: warning: no previous prototype for
    ‘on_expand_clicked’<br>
    scripts/kconfig/gconf.c:991: warning: no previous prototype for
    ‘on_treeview2_button_press_event’<br>
    scripts/kconfig/gconf.c:1048: warning: no previous prototype for
    ‘on_treeview2_key_press_event’<br>
    scripts/kconfig/gconf.c:1093: warning: no previous prototype for
    ‘on_treeview2_cursor_changed’<br>
    scripts/kconfig/gconf.c:1109: warning: no previous prototype for
    ‘on_treeview1_button_press_event’<br>
    scripts/kconfig/gconf.c:1321: warning: no previous prototype for
    ‘gtktree_iter_find_node’<br>
    scripts/kconfig/gconf.c:1523: warning: no previous prototype for
    ‘fixup_rootmenu’<br>
    scripts/kconfig/images.c:6: warning: ‘xpm_load’ defined but not used<br>
    scripts/kconfig/images.c:36: warning: ‘xpm_save’ defined but not
    used<br>
    scripts/kconfig/images.c:66: warning: ‘xpm_back’ defined but not
    used<br>
    scripts/kconfig/images.c:175: warning: ‘xpm_symbol_no’ defined but
    not used<br>
    scripts/kconfig/images.c:192: warning: ‘xpm_symbol_mod’ defined but
    not used<br>
    scripts/kconfig/images.c:209: warning: ‘xpm_symbol_yes’ defined but
    not used<br>
    scripts/kconfig/images.c:226: warning: ‘xpm_choice_no’ defined but
    not used<br>
    scripts/kconfig/images.c:243: warning: ‘xpm_choice_yes’ defined but
    not used<br>
    scripts/kconfig/images.c:277: warning: ‘xpm_menu_inv’ defined but
    not used<br>
    scripts/kconfig/images.c:294: warning: ‘xpm_menuback’ defined but
    not used<br>
    scripts/kconfig/gconf.c:944: warning: ‘renderer_toggled’ defined but
    not used<br>
      HOSTCC  scripts/kconfig/kconfig_load.o<br>
      HOSTCC  scripts/kconfig/kxgettext.o<br>
      HOSTCC  scripts/kconfig/zconf.tab.o<br>
      HOSTLD  scripts/kconfig/gconf<br>
    /usr/bin/ld: scripts/kconfig/kconfig_load.o: undefined reference to
    symbol &#39;<a href="mailto:dlopen@@GLIBC_2.1" target="_blank">dlopen@@GLIBC_2.1</a>&#39;<br>
    /usr/bin/ld: note: &#39;<a href="mailto:dlopen@@GLIBC_2.1" target="_blank">dlopen@@GLIBC_2.1</a>&#39; is defined in DSO
    /lib/libdl.so.2 so try adding it to the linker command line<br>
    /lib/libdl.so.2: could not read symbols: Invalid operation<br>
    collect2: ld returned 1 exit status<br>
    make[1]: *** [scripts/kconfig/gconf] Error 1<br>
    make: *** [gconfig] Error 2<br>
    <br>
    <br>
  </div>

<br>--<br>
users mailing list<br>
<a href="mailto:users@lists.fedoraproject.org">users@lists.fedoraproject.org</a><br>
To unsubscribe or change subscription options:<br>
<a href="https://admin.fedoraproject.org/mailman/listinfo/users" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/users</a><br>
Guidelines: <a href="http://fedoraproject.org/wiki/Mailing_list_guidelines" target="_blank">http://fedoraproject.org/wiki/Mailing_list_guidelines</a><br>
<br></blockquote></div><br>