Re: [lfs-dev] Check-0.9.9 failed on LFS SVN-20130213

2013-03-18 Thread Matthias Rüster
On 03/13/2013 12:05 PM, Felyza Wishbringer wrote: > Thanos Baloukas sch.gr> writes: > > [...] > read_stress.o: undefined reference to symbol 'pthread_create@@ > GLIBC_2.2.5' > > /mnt/lfs/tools/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../.. > /../x86_64-unknown-linux-gnu/bin/ld: >>>

Re: [lfs-dev] parallel build of udev

2012-10-13 Thread Matthias Rüster
LINK $@ $(VB)gcc $(UDEV_ADMIN_OBJS) -o $@ $(LDFLAGS2) build/$(COMMON_LIB) $(VB)strip --strip-unneeded $@ Im not very familiar with svn (I rather use git). Sorry if I mixed up something. Kind regards, MR On 10/14/2012 01:17 AM, Bruce Dubbs wrote: > Matthias Rüster wrote: >> Hel

[lfs-dev] parallel build of udev

2012-10-13 Thread Matthias Rüster
Hello LFS editors, I just finished building lfs-7.2. Had a problem with udev-lfs though... I was not able to build udev (extracted from systemd) in parallel with make -j ... I am using a six core (AMD Phenom II X6) processor, so I wanted to build udev with make -j 6, but it fails with follow