| > > > I get the following error on mac os x 10.2.2. can anybody
> > > help me?> >
> > The compiling is having problems because OSX does not
> > support dlopen() (and this is bad)
> > The strange thing is that the configure apparently detected
> > this function (?) - did you install dlcompat?> >
> >
> >
>
> I think I installed dlcompat. But today i will upgrade fink
> and see if it works.
> You changed the configure script, so that I can not disable
> features, which I did before and it worked fine.
Ok I installed the new version of dlcompat, but it didn't
help. Then I called
./configure --disable-shared --enable-static
and it looks much better. But I still get an error, which I
think is in the last step:
/bin/sh ../libtool --mode=link gcc -O -g3 -Wall
-Wcast-align -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wnested-externs
-D_REENTRANT -o httrack httrack.o -lpthread -lhttrack
gcc -O -g3 -Wall -Wcast-align -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wpointer-arith
-Wnested-externs -D_REENTRANT -o httrack httrack.o
/Users/cappi/Desktop/iPod/httrack-3.22/src/.libs/libhttrack.a
-lpthread -ldl
ld: multiple definitions of symbol _fexist
httrack.o definition of _fexist in section (__TEXT,__text)
/Users/cappi/Desktop/iPod/httrack-3.22/src/.libs/libhttrack.a(htslib.o)
definition of _fexist in section (__TEXT,__text)
ld: multiple definitions of symbol _linput
httrack.o definition of _linput in section (__TEXT,__text)
/Users/cappi/Desktop/iPod/httrack-3.22/src/.libs/libhttrack.a(htslib.o)
definition of _linput in section (__TEXT,__text)
make[3]: *** [httrack] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Does anybody know what it means? If I successfully compile
httrack I'd like to make the compiled OSX version available.
Thanks Frank | |