Results 1 to 10 of 37

Thread: Linking Issues on MacOS X 10.6.5

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Exclamation Linking Issues on MacOS X 10.6.5

    To compile my game on MacOS, I use the following command:

    fpc -Mobjfpc -ve -k-framework -kSDL -k-framework -kSDL_image -k-framework -kCocoa fprl.pp

    Everything goes fine, until the linker tries to link X11 libs:

    Linking fprl
    ld: library not found for -lX11


    What do I have to do (or install, or change) in order to make this work?
    Last edited by Mario Donick; 06-01-2011 at 05:37 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •