CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2009
    Posts
    1

    cross-compiling help

    OK, so I want to cross-compile hexcurse (A command line hex editor) for windows from my Ubuntu box, and I'm having a hard time trying to figure out how. I have almost no experience compiling programs beyond ./configure, make, and make install. Hexcurse uses the shared library libncurses, and I was wondering if i could link that with with hexcurse so the final product would be one executable that runs without having to be installed (If that's even possible.) Any help or suggestions for where to find help would be greatly appreciated.

  2. #2
    Lindley is offline Elite Member Power Poster
    Join Date
    Oct 2007
    Location
    Seattle, WA
    Posts
    10,895

    Re: cross-compiling help

    Looks like there is a version of ncurses for Windows, so this might be possible.

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured