[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Problem compiling 2.0.7 on redhat
After much weeping and nashing of teeth, I finally figured out the problem
of compiling 2.0.7 on Redhat 7.0. You need to get the updates for glibc
which can be found at:
ftp://updates.redhat.com/7.0/i386/glibc-2.2-9.i386.rpm
ftp://updates.redhat.com/7.0/i386/glibc-devel-2.2-9.i386.rpm
Of course the glibc package has to be done before the glibc-devel. Run
the command:
rpm -Fvh <package name>
After updating the above packages, 2.0.7 should compile without
error. There is also a glibc-2.2-12 update available, but I have not
tried it yet.
Doug Bible
On Fri, 19 Jan 2001, Jie Gao wrote:
>On Wed, 17 Jan 2001, Kurt D. Zeilenga wrote:
>
>> Configure is properly detecting that pthread library on
>> your system is hosed. Obtain and apply updates to Redhat 7
>> operating system.
>
>Which particular update is needed? I put in every update I could
>find, and it's still happening.
>
>Regards,
>
>
>Jie
>
>> At 04:01 PM 1/18/01 +1100, Jie Gao wrote:
>> >Hi All,
>> >
>> >Platform: Linux 2.2.16-22smp #1 SMP Tue Aug 22 16:39:21 EDT 2000 i686 unknown
>> >(RedHat 7)
>> >
>> >'configure' produced the following:
>> >
>> >checking for pthread.h... yes
>> >checking POSIX thread version... final
>> >checking for LinuxThreads pthread.h... yes
>> >checking for GNU Pth pthread.h... no
>> >checking for sched.h... yes
>> >checking for pthread_create in default libraries... no
>> >checking for pthread link with -kthread... no
>> >checking for pthread link with -pthread... no
>> >checking for pthread link with -pthreads... no
>> >checking for pthread link with -mthreads... no
>> >checking for pthread link with -thread... no
>> >checking for pthread link with -lpthread -lmach -lexc -lc_r... no
>> >checking for pthread link with -lpthread -lmach -lexc... no
>> >checking for pthread link with -lpthread -Wl,-woff,85... no
>> >checking for pthread link with -lpthread... no
>> >checking for pthread link with -lc_r... no
>> >checking for pthread link with -threads... no
>> >checking for pthread link with -lpthreads -lmach -lexc -lc_r... no
>> >checking for pthread link with -lpthreads -lmach -lexc... no
>> >checking for pthread link with -lpthreads -lexc... no
>> >checking for pthread link with -lpthreads... no
>> >configure: error: could not link with POSIX Threads
>> >
>> >
>> >Thanks,
>> >
>> >
>> >
>> >Jie
>>
>>
>
>
>