All of lore.kernel.org
 help / color / mirror / Atom feed
* Compiling libaal
@ 2004-01-16 20:20 Frank Clatterbaugh
  2004-01-16 20:26 ` Vitaly Fertman
  2004-01-17  9:51 ` Thomas Graham
  0 siblings, 2 replies; 3+ messages in thread
From: Frank Clatterbaugh @ 2004-01-16 20:20 UTC (permalink / raw)
  To: reiserfs-list

[-- Attachment #1: Type: text/plain, Size: 1222 bytes --]

Hi all,

 

I hope it's ok to write to the group. I'm planning on installing reiser
4.0 and am getting the following error compiling libaal on a

Redhat  Version 7.2 system.

 

Any ideas ?

 

 

 

 

#./make

cd . \

  && CONFIG_FILES= CONFIG_HEADERS=config.h \

     /bin/sh ./config.status

config.status: creating config.h

make  all-recursive

make[1]: Entering directory `/root/libaal-0.4.15'

Making all in src

make[2]: Entering directory `/root/libaal-0.4.15/src'

source='device.c' object='libaal_la-device.lo' libtool=yes \

depfile='.deps/libaal_la-device.Plo'
tmpdepfile='.deps/libaal_la-device.TPlo' \

depmode=none /bin/sh ../depcomp \

/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-I../include   -D_REENTRANT -D_FILE_OFFSET_BITS=64 -O0 -g -W -Wall
-Wno-unused-parameter -Wredundant-decls -c -o libaal_la-device.lo `test
-f device.c || echo './'`device.c

../depcomp: ../depcomp: No such file or directory

make[2]: *** [libaal_la-device.lo] Error 127

make[2]: Leaving directory `/root/libaal-0.4.15/src'

make[1]: *** [all-recursive] Error 1

make[1]: Leaving directory `/root/libaal-0.4.15'

make: *** [all] Error 2


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Compiling libaal
  2004-01-16 20:20 Compiling libaal Frank Clatterbaugh
@ 2004-01-16 20:26 ` Vitaly Fertman
  2004-01-17  9:51 ` Thomas Graham
  1 sibling, 0 replies; 3+ messages in thread
From: Vitaly Fertman @ 2004-01-16 20:26 UTC (permalink / raw)
  To: Frank Clatterbaugh, reiserfs-list

Hello Frank,

There was a bug in the making of the libaal package that prevented 
depcomp from getting into, you can run 'automake --add-missing' to 
fix it.

-- 
Thanks,
Vitaly Fertman

On Friday 16 January 2004 23:20, Frank Clatterbaugh wrote:
> Hi all,
>
>
>
> I hope it's ok to write to the group. I'm planning on installing reiser
> 4.0 and am getting the following error compiling libaal on a
>
> Redhat  Version 7.2 system.
>
>
>
> Any ideas ?
>
>
>
>
>
>
>
>
>
> #./make
>
> cd . \
>
>   && CONFIG_FILES= CONFIG_HEADERS=config.h \
>
>      /bin/sh ./config.status
>
> config.status: creating config.h
>
> make  all-recursive
>
> make[1]: Entering directory `/root/libaal-0.4.15'
>
> Making all in src
>
> make[2]: Entering directory `/root/libaal-0.4.15/src'
>
> source='device.c' object='libaal_la-device.lo' libtool=yes \
>
> depfile='.deps/libaal_la-device.Plo'
> tmpdepfile='.deps/libaal_la-device.TPlo' \
>
> depmode=none /bin/sh ../depcomp \
>
> /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
> -I../include   -D_REENTRANT -D_FILE_OFFSET_BITS=64 -O0 -g -W -Wall
> -Wno-unused-parameter -Wredundant-decls -c -o libaal_la-device.lo `test
> -f device.c || echo './'`device.c
>
> ../depcomp: ../depcomp: No such file or directory
>
> make[2]: *** [libaal_la-device.lo] Error 127
>
> make[2]: Leaving directory `/root/libaal-0.4.15/src'
>
> make[1]: *** [all-recursive] Error 1
>
> make[1]: Leaving directory `/root/libaal-0.4.15'
>
> make: *** [all] Error 2


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Compiling libaal
  2004-01-16 20:20 Compiling libaal Frank Clatterbaugh
  2004-01-16 20:26 ` Vitaly Fertman
@ 2004-01-17  9:51 ` Thomas Graham
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Graham @ 2004-01-17  9:51 UTC (permalink / raw)
  To: Frank Clatterbaugh; +Cc: reiserfs-list

you forget to run ./prepare before ./configure
read README carefully please, I met same problem as you yesterday.

> Hi all,
>
>
>
> I hope it's ok to write to the group. I'm planning on installing reiser
> 4.0 and am getting the following error compiling libaal on a
>
> Redhat  Version 7.2 system.
>
>
>
> Any ideas ?
>
>
>
>
>
>
>
>
>
> #./make
>
> cd . \
>
>   && CONFIG_FILES= CONFIG_HEADERS=config.h \
>
>      /bin/sh ./config.status
>
> config.status: creating config.h
>
> make  all-recursive
>
> make[1]: Entering directory `/root/libaal-0.4.15'
>
> Making all in src
>
> make[2]: Entering directory `/root/libaal-0.4.15/src'
>
> source='device.c' object='libaal_la-device.lo' libtool=yes \
>
> depfile='.deps/libaal_la-device.Plo'
> tmpdepfile='.deps/libaal_la-device.TPlo' \
>
> depmode=none /bin/sh ../depcomp \
>
> /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
> -I../include   -D_REENTRANT -D_FILE_OFFSET_BITS=64 -O0 -g -W -Wall
> -Wno-unused-parameter -Wredundant-decls -c -o libaal_la-device.lo `test
> -f device.c || echo './'`device.c
>
> ../depcomp: ../depcomp: No such file or directory
>
> make[2]: *** [libaal_la-device.lo] Error 127
>
> make[2]: Leaving directory `/root/libaal-0.4.15/src'
>
> make[1]: *** [all-recursive] Error 1
>
> make[1]: Leaving directory `/root/libaal-0.4.15'
>
> make: *** [all] Error 2
>
>


-- 
HK Celtic Orchestra leader and coordanator: Thomas Graham Lau
Phone number: 852-93239670    (24hours a day, 7days a week non-stop phone)
Web site: http://sml.dyndns.org
Email: lkthomas@sml.dyndns.org

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-01-17  9:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-16 20:20 Compiling libaal Frank Clatterbaugh
2004-01-16 20:26 ` Vitaly Fertman
2004-01-17  9:51 ` Thomas Graham

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.