[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: qt compile error?



On Tuesday 07 December 2004 07:51, c_wakefield@shaw.ca wrote:
> Greetings all:
>
> I'm compiling a 2.6.10-rc3 kernel and getting this error:
> --------------------------------------------------------
> crow@debian:~/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



Reply to: