Hello Florian,

> I am currently trying to compile a fsvs binary on my Mac, running Mac OS X 
> 10.6.
>
> I made it so far, that configure completes and make gets to linking.
> But then it quits, informing me about a duplicate symbol "_environ".
You could try to remove the line
    char **environ=NULL;

in fsvs.c, or possibly replace it with
    extern char **environ;


I can't test ATM, but this might be enough.


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=2627813

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

Reply via email to