Changes between Initial Version and Version 3 of Ticket #38011


Ignore:
Timestamp:
Feb 12, 2013, 10:51:26 PM (12 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38011

    • Property Keywords openmotif 2.3.4 removed
    • Property Port openmotif added
  • Ticket #38011 – Description

    initial v3  
    22
    33The new error is as follows when I try to run the clang command from shell:
     4{{{
    45$ 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
    56Undefined symbols for architecture x86_64:
     
    89ld: symbol(s) not found for architecture x86_64
    910clang: error: linker command failed with exit code 1 (use -v to see invocation)
     11}}}
    1012
    1113I am not sure what are the undefined symbols for architecture x86_64 are. Any ideas?