Apologies for creating a new thread. For some reason, I couldn't reply
to the previous thread.

It doesn't seem like a solution to the build error for the pure-fink
approach was ever posted. Here's how I got it to work.

This was my build error:

--snip--
/usr/bin/ld: Undefined symbols:
_bind_textdomain_codeset referenced from libglib-2 expected to be
defined in /sw/lib/libintl.1.dylib
_bindtextdomain referenced from libglib-2 expected to be defined in /
sw/lib/libintl.1.dylib
_dgettext referenced from libglib-2 expected to be defined in /sw/lib/
libintl.1.dylib
symbol _locale_charset used from dynamic library /sw/lib/
libiconv.dylib(localcharset.o) not from earlier dynamic library /sw/
lib/libintl.3.dylib(localcharset.o)
collect2: ld returned 1 exit status
make[1]: *** [sshfs] Error 1
make: *** [all] Error 2
--snip--

Long story short, I finally managed to build sshfs by installing, via
fink:
 * glib2
 * glib2-dev
 * gettext-dev (this is the one that tripped the build for me)

The other tweak I needed was to remove the two references to "-arch
ppc"

--
Thomas Kho / http://thomaskho.com/


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"macfuse-devel" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/macfuse-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to