Hi, 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". I have to set the CFLAG "-fnested-functions", otherwise it exits during compiling. I would really appreciate it, if someone could point me to some information how to compile fsvs for Mac. Of course I would gladly use a pre-compiled binary for Mac, too. Thank you! A few details: Configure tells me at the end: ----- checking for lutimes... yes checking for strsep... yes configure: creating ./config.status config.status: creating src/Makefile config.status: WARNING: 'src/Makefile.in' seems to ignore the --datarootdir setting config.status: creating tests/Makefile config.status: creating src/config.h configure: WARNING: * MAJOR(), MINOR() and MAKEDEV() definitions not found. * Fake a definition, but that could make problems for ignore patterns * and commits/updates of device nodes, so these will be disabled. * Please contact [email protected] for help, or, if you know your * systems' way, to report the correct header name. * * If you *really* need to use device compares, and have *no* other way, * you could try using the --enable-dev-fake option on ./configure. ----- These are the last Lines, that make outputs: ----- CC waa.c CC warnings.c Link fsvs ld: duplicate symbol _environ in fsvs.o and /usr/lib/crt1.10.6.o collect2: ld returned 1 exit status make[1]: *** [fsvs] Error 1 make: *** [default-target] Error 2 ----- ------------------------------------------------------ http://fsvs.tigris.org/ds/viewMessage.do?dsForumId=3928&dsMessageId=2627804 To unsubscribe from this discussion, e-mail: [[email protected]].
