Changes between Initial Version and Version 4 of Ticket #17606


Ignore:
Timestamp:
Dec 11, 2008, 2:18:54 AM (15 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17606

    • Property Owner changed from macports-tickets@… to raimue@…
    • Property Keywords vim removed
    • Property Port vim added; editors/vim removed
  • Ticket #17606 – Description

    initial v4  
    33The configure log shows --enable-gui=no --without-x but the linker fails with this message:
    44
     5{{{
    56/usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: Undefined symbols:
    67 __Xsetlocale
     8}}}
    79
    810Adding -lX11 to the linker command line enabled it to build and I was able to continue.