On 12/7/2013 10:27, wynfield wrote: > > Re: ".. another thread for basically the same issue (building linphone)" > > I'm sorry. I wasn't aware of that. I was receiving list messages in a > digest which had the subject as "Mingw-w64-public Digest, Vol 75, Issue 11" > which isn't descriptive so I added a meaningful one and didn'T remember the > exact old one. To fix this I changed my setting with the list to send out > on a messge basis. >
Your client does not support digest, so if you use normal receive, it wouldn't be that messy. > * /usr/incude and /usr/lib is for native code, in\nthis case Cygwin. > Never ever use them for cross compilation.\n No, you cannot use those for > mingw-w64, those are for Cygwin. > > I don't want to use it. I was trying to ask where are mingw-w64 include > files in case > I have to specify them? Does setting the host= trigger the right include > file > directory? > No it does not, you should pass in CPPFLAGS="-I/path/to/include" LDFLAGS="-L/path/to/lib/dir" to configure, so it should look like: configure --host=i686-w64-mingw32 CPPFLAGS="..." LDFLAGS="..." --prefix="..." See configure --help for more details. > > Facts: cpp is the "C Pre-Processor", it does not stand for C++; > C++ that's always\n\nsuffixed with either ++ or xx. > Part of the problem of setting CPP/CXX/CC manually if you don't know what those are. So don't do it if you can help it. > > * Have you tried googling "speex"? It's an audio library for the speex > format. > linphonec probably depends on it. > Likewise, install all your mingw-w64 compiled libraries and programs to a new prefix to avoid accidentally overwriting Cygwin libraries. Using --prefix=/opt/32bit-mingw-w64 is a good start, you can name it anything.
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a single code base. Download it for free now! http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
