question about toolchain in chapter six

2009-05-03 Thread thorsten
. Would it be OK to change this symlink to point to the newly installed ld in /usr/bin? Or is the /tools search path still needed? Thanks, Thorsten -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page

Re: [lfs-dev] Glibc-2.16.0

2012-07-17 Thread thorsten
It is very rare that the developer ever has full control of stdin, so any use of gets warrants an unconditional warning. Assume it is always declared, since it is required by C89. It's required by C89, but deprecated in C99, and removed in C11 -- and glibc follows C11 by removing the declaratio

Re: [lfs-dev] Glibc-2.16.0

2012-07-18 Thread thorsten
> The patch changes stdio.h so that even in C11 gets() is defined, but > adds __attribute__ ((error("gets() is dangerous. Don't use it."))) to > both gets() in stdio.h and bits/stdio2.h. __gets_chk() in bits/stdio2.h > The advantage from my point of view is that there is no "not defined" > error

Re: [lfs-dev] GlibC 2.17 / GCC 2.7.3 [git]

2012-12-28 Thread thorsten
nd binutils/gcc pass build against the new libc. I am sure, there are better solutions to the c++ problem, but this works for me. thorsten -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page

binutils pass-2

2006-03-12 Thread thorsten
Hello, I am experimenting a bit with the toolchain in chapter 5 and was looking into the configure script of binutils, wondering what happens with the --with-lib-path argument. however I couldn't find that this argument is parsed at all by configure. Am I wrong? regards thorsten --

Re: binutils pass-2

2006-03-12 Thread thorsten
Dan Nicholson wrote: > On 3/12/06, thorsten <[EMAIL PROTECTED]> wrote: >> Hello, I am experimenting a bit with the toolchain in chapter 5 and was >> looking into the configure script of binutils, wondering what happens >> with the --with-lib-path argument. howeve

Re: format string exploit

2006-08-08 Thread thorsten
ardless of -fno-stack-protector or not. I will have a closer look within the next 1 or two days, keep you updated. thorsten -- http://linuxfromscratch.org/mailman/listinfo/hlfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page

Re: /bin/ping is group writtable

2006-08-28 Thread thorsten
$ ping www.goole.de ping: ping must run as root can't init ping: Operation not permitted Every SUID program is potentially dangerous. However, I don't want to start a flamewar about this... Thorsten -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page

lfs-bootscripts-6.2

2006-10-31 Thread thorsten
hope this helps, regards thorsten --- lfs-bootscripts-6.2/lfs/init.d/functions.orig 2006-03-22 02:02:32.0 +0100 +++ lfs-bootscripts-6.2/lfs/init.d/functions2006-10-31 14:58:51.0 +0100 @@ -363,7 +363,7 @@ for pid in ${lpids}

Re: lfs-bootscripts-6.2

2006-11-01 Thread thorsten
> This is the same problem Alexander mentioned the other day, I believe. > > Alex :-) > > Oh sorry, I thought my problem is so wheired I didn't look for threads on the list. regards Thorsten -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linu

Re: fdisk / cfdisk

2005-03-08 Thread thorsten
That would be the earliest possible time. thorsten -- http://linuxfromscratch.org/mailman/listinfo/hlfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page

Re: Feedback on jhalfs

2005-11-10 Thread thorsten
ent, which looks like: all: CFLAGS=something CXXFLAGS= gcc: CFLAGS=some other . grub: .. end Nice tool to play with, thank you Regards Thorsten Happel -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page