Martin Aspeli wrote:
> Ah, I get you! Right, I'll try it tonight when I get home. Thanks! :)
> 
> Martin
> 
> On 8/7/07, Dag-Erling Smørgrav <[EMAIL PROTECTED]> wrote:
>> "Martin Aspeli" <[EMAIL PROTECTED]> writes:
>>> The problem, I suppose, is that your other solution still involves
>>> patching the sources.
>> Yes, but if this solution works, I'll apply it in Subversion and it
>> will be in 1.1.1.

Alas, I have the exact same problem after making the change you suggested.

In bin/varnishd/mgt_vcc.c, I have:

#ifdef __APPLE__
            "exec cc -dynamiclib -Wl,-undefined,dynamic_lookup -o %s -x c - < 
%s 2>&1",
#else
            "exec cc -fpic -shared -Wl,-x -o %s -x c - < %s 2>&1",
#endif

Oh well :)

Martin

-- 
Acquisition is a jealous mistress

_______________________________________________
varnish-misc mailing list
[email protected]
http://projects.linpro.no/mailman/listinfo/varnish-misc

Reply via email to