On Fri, 6 Nov 2009 00:28:40 +0100
Lars Nordlund <lars.nordl...@hem.utfors.se> wrote:

> Hi

>  LDFLAGS = \
> -     -Lshell -lshell \
> -     -Lcore -lcore \
> -     -Ldht -ldht \
> +     -L../shell -lshell \
> +     -L../core -lcore \
> +     -L../dht -ldht \

> I am not sure I need to patch both the Jmakefile and the Makefile.SH;
> but I hope you get the idea about the problem I am seeing and the
> changed -L path.
> 
> I do not understand why I am the only one seeing this? It seems no
> fresh checkouts are buildable? This makes me think that I am doing
> something wrong/strange here..

Hmmm, speaking to myself.. :-)

I discovered immediately after posting that the -L directives has to
work in the src directory as well, .., so the above patches are not
enough. Changing to e.g. "-L shell -L ../shell" fixes it. But that looks
awkward..

Best regards,
        Lars Nordlund

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
gtk-gnutella-devel mailing list
gtk-gnutella-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel

Reply via email to