On Thu, Jul 28, 2011 at 22:59, Masahiko Takahashi <[email protected]> wrote: > Background: Binary format of MacOSX is Mach-O whereas Linux's > is ELF. I'm not sure MacOSX can handle ELF format, but a way
MacOS X definitely can't execute/load ELF binaries. (You can read them with some tools, but they can't be used for runtime things). > I succeed was to compile the plug-in on MacOSX (in that case, > compiler/gcc, pkg-config, glib2, gmodule, and so on are needed). > Options for gcc/linker are also different. Here is a diff of > Makefile. (I compile old OF plug-in source code in openflow.git > and check with wireshark 1.6.1 for MacOSX) If you send me a patch from git format-patch, I can push this into the repo (just make sure you protect these changes within a test for darwin as the OS). -- Nick _______________________________________________ openflow-discuss mailing list [email protected] https://mailman.stanford.edu/mailman/listinfo/openflow-discuss
