Re: qt compile error?

2004-12-08 Thread Chris Wakefield
On December 7, 2004 01:41 pm, Norbert Schultz wrote:
> On Tuesday 07 December 2004 07:51, [EMAIL PROTECTED] wrote:
> > Greetings all:
> >
> > I'm compiling a 2.6.10-rc3 kernel and getting this error:
> > 
> > [EMAIL PROTECTED]:~/linux-2.6.9$ make xconfig
> >   HOSTLD  scripts/kconfig/qconf
> > /usr/bin/ld: cannot find -lqt
> > collect2: ld returned 1 exit status
> > make[1]: *** [scripts/kconfig/qconf] Error 1
> > make: *** [xconfig] Error 2
> > [..]
> > When my install was fresh, a few days ago, I was able to compile
> > 2.6.10-rc2 with no problems.  It wouln't boot, the initrd module thing is
> > still a problem, but at least I could run xconfig...)
> >
> > Has anyone encountered this error and have a suggestion?
> >
> > Chris W.
>
> Mm..
> I can't reproduce your error, but
>
> $ ld -lqt
> ld: cannot find -lqt
> $ apt-get install libqt3-dev
> ... installing ...
> $ ld -lqt
> ld: warning: cannot find entry symbol _start; not setting start address
>
> Perhaps Qt was changed by a apt-get dist-upgrade?
> NoB
Thanks,

I remember, that amongst the flurry of commands and output, that dpkg wanted 
to remove kde-devel when installing libqt3-dev.  So now I have dumped 
kde-devel in favour of libqt3-dev.

Chris W.




Re: qt compile error?

2004-12-07 Thread Norbert Schultz
On Tuesday 07 December 2004 07:51, [EMAIL PROTECTED] wrote:
> Greetings all:
>
> I'm compiling a 2.6.10-rc3 kernel and getting this error:
> 
> [EMAIL PROTECTED]:~/linux-2.6.9$ make xconfig
>   HOSTLD  scripts/kconfig/qconf
> /usr/bin/ld: cannot find -lqt
> collect2: ld returned 1 exit status
> make[1]: *** [scripts/kconfig/qconf] Error 1
> make: *** [xconfig] Error 2
> [..]
> When my install was fresh, a few days ago, I was able to compile 2.6.10-rc2
> with no problems.  It wouln't boot, the initrd module thing is still a
> problem, but at least I could run xconfig...)
>
> Has anyone encountered this error and have a suggestion?
>
> Chris W.
Mm..
I can't reproduce your error, but

$ ld -lqt
ld: cannot find -lqt
$ apt-get install libqt3-dev
... installing ...
$ ld -lqt
ld: warning: cannot find entry symbol _start; not setting start address

Perhaps Qt was changed by a apt-get dist-upgrade?
NoB




qt compile error?

2004-12-07 Thread c_wakefield
Greetings all:

I'm compiling a 2.6.10-rc3 kernel and getting this error:

[EMAIL PROTECTED]:~/linux-2.6.9$ make xconfig
  HOSTLD  scripts/kconfig/qconf
/usr/bin/ld: cannot find -lqt
collect2: ld returned 1 exit status
make[1]: *** [scripts/kconfig/qconf] Error 1
make: *** [xconfig] Error 2

Also:

[EMAIL PROTECTED]:~/linux-2.6.9$ make gconfig
*
* Unable to find the GTK+ installation. Please make sure that
* the GTK+ 2.0 development package is correctly installed...
* You need gtk+-2.0, glib-2.0 and libglade-2.0.
*
make[1]: *** [scripts/kconfig/.tmp_gtkcheck] Error 1
make: *** [gconfig] Error 2
---

When my install was fresh, a few days ago, I was able to compile 2.6.10-rc2 
with no problems.  It wouln't boot, the initrd module thing is still a 
problem, but at least I could run xconfig...)

Has anyone encountered this error and have a suggestion?

Chris W.