ld built without --hash-style, Ch5, Fedora Core 6 -> glibc config failure

2006-11-24 Thread Amadeus
configure (--hash-style=gnu not supported). Apparently this has to do with "too new" tools on my host system, FC6, but I am clueless as to how to resolve this. Thanks for any help, Amadeus ps. I'm not posting any config.log's as the only error is with my binutils' ld not

Re: ld built without --hash-style, Ch5, Fedora Core 6 -> glibc config failure

2006-11-25 Thread Amadeus
Hello, Vladimir A. Pavlov wrote: On Friday 24 November 2006 20:17, Amadeus wrote: I'm following LFS-dev and trying to build glibc as per chapter five. After a while of investigating and trying LFS-6.2 instructions, it seems that whatever compiler I use (gcc-4.1.1 is default on FC6)

Re: ld built without --hash-style, Ch5, Fedora Core 6 -> glibc config failure

2006-11-26 Thread Amadeus
is time compiling Binutils-Pass1 like this: CC="gcc -B/usr/bin/" \ ../binutils-2.17/configure --prefix=/tools --disable-nls and similar for GCC-Pass1. Thanks! That worked a treat (specifying CC="gcc -B/usr/bin" \ for binutils and gcc pass 1). Amadeus -- http://linu

Re: ld built without --hash-style, Ch5, Fedora Core 6 -> glibc config failure

2006-11-26 Thread Amadeus
Amadeus wrote: Greg Schafer wrote: configure:1980: checking whether the C compiler (gcc ) works configure:1996: gcc -o conftestconftest.c 1>&5 /home/lfs/binutils/bin/ld: unrecognized option '--hash-style=gnu' /home/lfs/binutils/bin/ld: use the --help option for usage inf

Re: ld built without --hash-style, Ch5, Fedora Core 6 -> glibc config failure

2006-11-28 Thread Amadeus
usr/bin/" \ ../gcc-4.1.1/configure ... Or removing /tools/bin from the path when compiling gcc pass1 or as per the other suggestions... Thanks for the help, Amadeus -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: Mirror of SVN versions of lfs and blfs?

2006-12-07 Thread Amadeus
I tend to juggle mirrors from: http://www.linuxfromscratch.org/mirrors.html or http://64.233.183.104/search?q=cache:6pm6Uh2IetQJ:www.linuxfromscratch.org/mirrors.html+linuxfromscratch+mirrors&hl=en&gl=uk&ct=clnk&cd=2 Amadeus Colin Dean wrote: Is there a mirror of the LF

Any AHCI PCI SATA300 adapter cards?

2007-01-17 Thread Amadeus
adapter cards? Thanks Amadeus -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: Proper choice of package management strategy

2007-01-18 Thread Amadeus
D package-name/ > I like netbsd's pkgsrc cd /usr/pkgsrc/wm/fluxbox make && make install -> /usr/pkg/bin/fluxbox pkg_remove/delete (I can't remember). When I get round to it I will use this. It downloads source dependencies for you etc. Admittedly I've only used t

Anyone using gnome 2.16?

2007-01-19 Thread Amadeus
welcomed. Amadeus -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: Proper choice of package management strategy

2007-01-19 Thread Amadeus
and comes with pkg_add/remove utilities as well as security vulnerability checks (ie. as with most PM's). A biased, Amadeus -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

pkgsrc tips (Was Re: Proper choice of package management strategy)

2007-01-20 Thread Amadeus
ing" affair. Either use it from the beginning of your LFS installation to compile everything (and thus against the "spirit" of LFS as discussed in the original thread vis-a-vis portage etc) or don't use it, unless you want wasted space/time although arguably the ease of &quo

Re: pkgsrc tips (Was Re: Proper choice of package management strategy)

2007-01-21 Thread Amadeus
, although as it is, for me, this qualifies as a "one-liner" :) If you want the output to be alphabetical pipe the above to `sort`. If you want this in a script (with sorting) try: #!/bin/bash LDD=/usr/bin/ldd SED=/bin/sed AWK=/usr/bin/awk SORT=/bin/sort if [ -r "$1"

Re: pkgsrc tips (Was Re: Proper choice of package management strategy)

2007-01-21 Thread Amadeus
Dan Nicholson wrote: > On 1/21/07, Amadeus <[EMAIL PROTECTED]> wrote: > >> $ ldd `which bash` | sed -e 's/([^ ]*)//' -e 's/ //g' | awk -F=\> >> '$2!="" {print $2}'/lib/libc.so.6 >> > > This works too:

Re: GCC Optimization

2007-02-10 Thread Amadeus
's default optimisations include -ffast-math, which seems to be the biggest performance booster in this case. Amadeus Sun Jan 28 19:20:41 CET 2007 lame --silent -h /home/amadeus/test.wav /dev/null * (not specified so lame uses its own defaults) text