Hello Florian,

> Removing the '@' produces this extra line:
> cc -L/opt/local/lib -L/usr/local/lib -L/openpkg/lib -lsvn_subr-1 -lsvn_delta-1
> -lsvn_ra-1 -lpcre -lgdbm    -o fsvs ac_list.o actions.o add_unvers.o build.o 
> cache.o
> cat.o checkout.o checksum.o commit.o cp_mv.o diff.o direnum.o est_ops.o 
> export.o fsvs.o
> hash_ops.o helper.o ignore.o info.o log.o options.o props.o racallback.o 
> remote.o
> resolve.o revert.o status.o sync.o update.o url.o waa.o warnings.o
>
> As far as I understand this, apr-1 isn't listed in the linked libraries.
> Can you read from the config.log, why this is the case?
I'm not sure about your situation ... I'll have to take a look.

For you $(LIBS) is set in config.log, but not in the Makefile - there I'm using
$(EXTRALIBS).

I'd suggest just adding "-lapr-1 -laprutil-1" to the "EXTRALIBS" line in the 
Makefile;
I'll take a look what I've done there.


> Then, just to be sure, do I need to be concerned about this warning 
> ./configure
> produces?
>   * MAJOR(), MINOR() and MAKEDEV() definitions not found.
That just says that the configure script couldn't find out how to create device 
nodes;
IIRC you won't be able to commit or checkout devices, or filter by device 
numbers.


Normal files should be handled normally.


Regards,

Phil

-- 
Versioning your /etc, /home or even your whole installation?
             Try fsvs (fsvs.tigris.org)!

------------------------------------------------------
http://fsvs.tigris.org/ds/viewMessage.do?dsForumId=3928&dsMessageId=2628328

To unsubscribe from this discussion, e-mail: 
[[email protected]].

Reply via email to