Changes between Initial Version and Version 3 of Ticket #38011
- Timestamp:
- Feb 12, 2013, 10:51:26 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #38011
- Property Keywords openmotif 2.3.4 removed
- Property Port openmotif added
-
Ticket #38011 – Description
initial v3 2 2 3 3 The new error is as follows when I try to run the clang command from shell: 4 {{{ 4 5 $ sudo /usr/bin/clang -O2 -arch x86_64 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -I/opt/local/include -I/opt/local/include/freetype2 -arch x86_64 -arch i386 -o wmluiltok /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_openmotif/openmotif/work/motif-2.3.4/tools/wml/wmluiltok.o -L/opt/local/lib /opt/local/lib/libXp.dylib /opt/local/lib/libXext.dylib /opt/local/lib/libiconv.dylib /opt/local/lib/libXft.dylib /opt/local/lib/libfontconfig.dylib /opt/local/lib/libexpat.dylib /opt/local/lib/libfreetype.dylib -lbz2 /opt/local/lib/libXrender.dylib /opt/local/lib/libX11.dylib /opt/local/lib/libxcb.dylib /opt/local/lib/libXau.dylib /opt/local/lib/libXdmcp.dylib /opt/local/lib/libjpeg.dylib /opt/local/lib/libpng15.dylib -lz 5 6 Undefined symbols for architecture x86_64: … … 8 9 ld: symbol(s) not found for architecture x86_64 9 10 clang: error: linker command failed with exit code 1 (use -v to see invocation) 11 }}} 10 12 11 13 I am not sure what are the undefined symbols for architecture x86_64 are. Any ideas?