On Sep 2, 2010, at 21:53, [email protected] wrote: > :debug:build Assembled command: 'cd > "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_help2man/work/help2man-1.38.2" > && /usr/bin/make all' > :info:build /usr/bin/gcc-4.0 -o bindtextdomain.so -fPIC -bundle > -L/opt/local/lib -arch ppc bindtextdomain.c -lintl > :info:build bindtextdomain.c: In function 'setup': > :info:build bindtextdomain.c:42: error: 'RTLD_NEXT' undeclared (first use in > this function)
This error is described here: https://trac.macports.org/ticket/12336 You have the file /usr/local/include/dlfcn.h on your system and it is preventing the help2man port from building properly. Remove this file, and ideally anything else you may have in /usr/local, as files in /usr/local will interfere with MacPorts software. Clean the affected port before trying again. (sudo port clean help2man) _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
