#22963: mesa: libGLU and libglut aren't universal -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: jeremyhu@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: mesa -------------------------------------+-------------------------------------- Comment(by jeremyhu@…): Using current trunk, it's building fine for me... libGL.dylib is from AppleSGLX, so the others are from mesa, but they should be built right since RC_CFLAGS is being set: {{{ DEBUG: Assembled command: 'cd "/opt/local/var/macports/build /_Users_jeremy_src_macports-trunk_dports_x11_mesa/work/Mesa-7.6" && /usr/bin/make default INSTALL_DIR=/opt/local CC=/usr/bin/gcc-4.2 CXX=/usr/bin/g++-4.2 RC_CFLAGS="-arch x86_64 -arch i386"' }}} {{{ work/destroot/opt/local/lib/libglut.dylib: Mach-O universal binary with 2 architectures work/destroot/opt/local/lib/libglut.dylib (for architecture i386): Mach-O dynamically linked shared library i386 work/destroot/opt/local/lib/libglut.dylib (for architecture x86_64): Mach-O 64-bit dynamically linked shared library x86_64 }}} Can you attach the build log? -- Ticket URL: <http://trac.macports.org/ticket/22963#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS