bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: compiling 1.6.0


From: Andrew Clausen
Subject: Re: compiling 1.6.0
Date: Thu, 2 May 2002 22:28:23 +1000
User-agent: Mutt/1.3.28i

On Thu, May 02, 2002 at 12:08:58PM -0000, andreas t wrote:
> 
> Hi,
> 
> when I run;
> ./configure --enable-all-static
> make
> 
> it chokes on reiserfs.o with the following output;
> 
> gcc -D_REENTRANT -D_FILE_OFFSET_BITS=64 
> -DLOCALEDIR=\"/usr/local/share/locale\" 
> -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch 
> -Wno-format -Werror -o partprobe -static partprobe.o  -ldl 
> ../libparted/.libs/libparted.a -luuid
> ../libparted/.libs/libparted.a(reiserfs.o): In function `getsym':
> reiserfs.o(.text+0x13d0): undefined reference to `dlsym'
> reiserfs.o(.text+0x13dd): undefined reference to `dlerror'
> ../libparted/.libs/libparted.a(reiserfs.o): In function `reiserfs_ops_init':
> reiserfs.o(.text+0x1521): undefined reference to `dlopen'
> reiserfs.o(.text+0x155b): undefined reference to `dlopen'
> reiserfs.o(.text+0x1810): undefined reference to `dlclose'
> ../libparted/.libs/libparted.a(reiserfs.o): In function `reiserfs_ops_done':
> reiserfs.o(.text+0x1839): undefined reference to `dlclose'
> reiserfs.o(.text+0x1853): undefined reference to `dlclose'
> collect2: ld returned 1 exit status
> make[2]: *** [partprobe] Error 1
> make[2]: Leaving directory `/home/raven/download/parted-1.6.0/partprobe'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/raven/download/parted-1.6.0'
> make: *** [all] Error 2
> 
> Am I missing something?

Hmmm, that's interesting.  I never got that there...

Try editting partprobe/Makefile.am, putting @PARTED_LIBS@ after
libparted.la.  Then you'll need to rerun automake, etc.
(Use automake version 1.5)

Does that fix it?

Andrew



reply via email to

[Prev in Thread] Current Thread [Next in Thread]