Hi Chris,

> Was the patch command spread out over 2 lines, or is
> that just the 
> result of the email text wrapping? Also, did you
> remove the source tree 
> and unpack it again?

Removed the source and re-extracted the tarball. 
Steps performed as follows;

After removing the source tree,

root:/$ cd /sources/
root:/sources$ tar zxf glib-1.2.10.tar.gz
root:/sources$ cd glib-1.2.10
root:/sources/glib-1.2.10$ patch -Np1 -i
../glib-1.2.10-gcc34-1.patch &&
> ./configure --prefix=/usr &&
> make 
....
.....
type-test.c: In function `main':
type-test.c:54: warning: const qualifier ignored on
asm
type-test.c:55: warning: const qualifier ignored on
asm
type-test.c:57: warning: const qualifier ignored on
asm
type-test.c:57: warning: const qualifier ignored on
asm
/bin/sh ../libtool --mode=link gcc  -g -O2 -Wall 
-D_REENTRANT  -o type-test  type-test.o ../libglib.la
gcc -g -O2 -Wall -D_REENTRANT -o .libs/type-test
type-test.o ../.libs/libglib.so
creating type-test
make[2]: Leaving directory
`/sources/glib-1.2.10/tests'
make[1]: Leaving directory `/sources/glib-1.2.10'
- END -

root:/sources/glib-1.2.10$ make check
....
.....
All 11 tests passed
===================
make[2]: Leaving directory
`/sources/glib-1.2.10/tests'
make[1]: Leaving directory
`/sources/glib-1.2.10/tests'
- END -

root:/sources/glib-1.2.10$ make install &&
> chmod -v 755 /usr/lib/libgmodule-1.2.so.0.0.10  
....
...
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory
`/sources/glib-1.2.10/tests'
make[1]: Leaving directory
`/sources/glib-1.2.10/tests'
mode of `/usr/lib/libgmodule-1.2.so.0.0.10' changed to
0755 (rwxr-xr-x)
- END -

Problem now solved.  Tks.

B.R.
SL






 
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to