LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Question about building a Linux hosted, Mingw-targeted cross compiler (https://www.linuxquestions.org/questions/linux-software-2/question-about-building-a-linux-hosted-mingw-targeted-cross-compiler-689957/)

tomdkat 12-11-2008 08:59 PM

Question about building a Linux hosted, Mingw-targeted cross compiler
 
So, I'm in the process of building a Linux host, Mingw-targeted cross compiler and I'm using these threads as a guide:

http://www.linuxquestions.org/questi...ndows.-640030/

http://www.linuxquestions.org/questi...cross+compiler

Both include making this symbolic link:

ln -s w32api-3.11 w32api

but neither thread clearly states where to make the link AND both threads imply that link should be made in two different places. :)

So, what's the dealio with that link?

Thanks!

Peace...

jailbait 12-11-2008 09:33 PM

I think that the link needs to be in a directory called /usr/local/mingw32/include. The other possibility is /usr/local/mingw32 but the include file is more likely.

---------------------
Steve Stites

tomdkat 12-12-2008 10:55 AM

Thanks for the reply. I now know why that link is needed. :)

It's supposed to be at the same level where the w32api tarball was extracted:

$ tar zxf w32api-blah.tar.gz
$ ln -s w32a-i-blah w32api

Why? Because the build of the Mingw runtime depends on a directory called w32api to be present. :)

Thanks!

Peace...


All times are GMT -5. The time now is 09:11 PM.