[lfs-support] 6.9 glibc error during make process

2012-01-19 Thread Uthayanan
Dear group, I got the following error during the Glibc 2.14 make process. Is this a known issue ? In file included from ../sysdeps/unix/sysv/linux/syslog.c:10:0: ../misc/syslog.c: In function â__vsyslog_chkâ: ../misc/syslog.c:123:1: sorry, unimplemented: inlining failed in call to âsyslogâ:

Re: [lfs-support] 6.9 glibc error during make process

2012-01-19 Thread Uthayanan
On Thu, Jan 19, 2012 at 2:12 PM, Uthayanan suthaya...@gmail.com wrote: Dear group, I got the following error during the Glibc 2.14 make process. Is this a known issue ? In file included from ../sysdeps/unix/sysv/linux/syslog.c:10:0: ../misc/syslog.c: In function â__vsyslog_chkâ:

Re: [lfs-support] 6.9 glibc error during make process

2012-01-19 Thread Uthayanan
On Thu, Jan 19, 2012 at 2:23 PM, Uthayanan suthaya...@gmail.com wrote: On Thu, Jan 19, 2012 at 2:12 PM, Uthayanan suthaya...@gmail.com wrote: Dear group, I got the following error during the Glibc 2.14 make process. Is this a known issue ? In file included from

Re: [lfs-support] LFS-7.0 Chapter 6.16. MPC-0.9 FYI

2012-01-19 Thread Andrew Benton
On Wed, 18 Jan 2012 20:49:37 -0500 Baho Utot baho-u...@columbus.rr.com wrote: I have been working on mpc. I have noticed that the way it is built in the book it only builds the static library. If --enable-shared is passed to configure it look like that is ignored as it still doesn't

Re: [lfs-support] 6.9 glibc error during make process

2012-01-19 Thread Uthayanan
On Thu, Jan 19, 2012 at 2:43 PM, Uthayanan suthaya...@gmail.com wrote: On Thu, Jan 19, 2012 at 2:23 PM, Uthayanan suthaya...@gmail.com wrote: On Thu, Jan 19, 2012 at 2:12 PM, Uthayanan suthaya...@gmail.com wrote: Dear group, I got the following error during the Glibc 2.14 make process.

Re: [lfs-support] LFS-7.0 Chapter 6.16. MPC-0.9 FYI

2012-01-19 Thread Baho Utot
On Wednesday 18 January 2012 10:07:33 pm Bruce Dubbs wrote: Ken Moffat wrote: On Wed, Jan 18, 2012 at 08:49:37PM -0500, Baho Utot wrote: I have been working on mpc. I have noticed that the way it is built in the book it only builds the static library. If --enable-shared is passed

Re: [lfs-support] LFS-7.0 Chapter 6.16. MPC-0.9 FYI

2012-01-19 Thread Baho Utot
On Thursday 19 January 2012 06:14:10 am Andrew Benton wrote: On Wed, 18 Jan 2012 20:49:37 -0500 Baho Utot baho-u...@columbus.rr.com wrote: I have been working on mpc. I have noticed that the way it is built in the book it only builds the static library. If --enable-shared is

Re: [lfs-support] LFS-7.0 Chapter 6.16. MPC-0.9 FYI

2012-01-19 Thread Baho Utot
On Wednesday 18 January 2012 09:16:27 pm Ken Moffat wrote: [putolin] I disagree with the first part. I don't have the book open in front of me (just shutting down, but this looked important enough to take a look). I use ./configure --prefix=/usr and I also have 'unset CFLAGS' before

Re: [lfs-support] LFS-7.0 Chapter 6.16. MPC-0.9 FYI

2012-01-19 Thread Baho Utot
On Thursday 19 January 2012 08:18:21 am Ken Moffat wrote: On Thu, Jan 19, 2012 at 07:14:42AM -0500, Baho Utot wrote: When I build on the host I get the same thing. Only when I add autoreconf before the ./configure step do I get the shared library. I wiull try building gcc today I have

Re: [lfs-support] LFS-7.0 Chapter 6.16. MPC-0.9 FYI

2012-01-19 Thread Bruce Dubbs
Baho Utot wrote: I believe I may have found the problema When I build it with the following MAKEFLAGS=-j4 CFLAGS=-march=i686 -mtune=i686 -O2 -pipe -fomit-frame-pointer CXXFLAGS=${CFLAGS} LDFLAGS=-Wl,-O1 -Wl,--as-needed export CFLAGS CXXFLAGS LDFLAGS MAKEFLAGS I thought we discouraged

Re: [lfs-support] LFS-7.0 Chapter 6.16. MPC-0.9 FYI

2012-01-19 Thread Baho Utot
On Thursday 19 January 2012 11:53:31 am Bruce Dubbs wrote: Baho Utot wrote: I believe I may have found the problema When I build it with the following MAKEFLAGS=-j4 CFLAGS=-march=i686 -mtune=i686 -O2 -pipe -fomit-frame-pointer CXXFLAGS=${CFLAGS} LDFLAGS=-Wl,-O1 -Wl,--as-needed

[blfs-support] totem-3.2.1

2012-01-19 Thread Ken Moffat
A partial followup of the totem part of a message I sent last month. On Wed, Dec 07, 2011 at 09:22:17PM +, Ken Moffat wrote: 2. 'totem' now uses clutter libraries, and if started from a terminal it lets you know it (dies immediately): ken@ac30 ~ $totem (totem:8077):

[lfs-support] chapter 6.17 GCC error

2012-01-19 Thread Uthayanan
Dear Group, I managed to install up to gcc during my building process. (chapter 6.17). I offered the following commands and, root:/Sources/gcc-build# ../gcc-4.6.1/configure --prefix=/usr \ --libexecdir=/usr/lib --enable-shared \ --enable-threads=posix --enable-__cxa_atexit \

Re: [lfs-support] chapter 6.17 GCC error

2012-01-19 Thread Bruce Dubbs
Uthayanan wrote: Dear Group, I managed to install up to gcc during my building process. (chapter 6.17). I offered the following commands and, root:/Sources/gcc-build# ../gcc-4.6.1/configure --prefix=/usr \ --libexecdir=/usr/lib --enable-shared \ --enable-threads=posix