On 5/28/2017 9:53 PM, Edward Diener wrote:
> On 5/28/2017 10:15 AM, niXman wrote:
>> Edward Diener 2017-05-28 16:32:
>>
>>
>> [1] https://github.com/ianlancetaylor/libbacktrace
> 
> Thanks for the link.
> 
> How would I build this above-linked libbacktrace in mingw-64 for myself 
> ? Am I supposed to use the current mingw-64 build script to do so and 
> just copy the aforementioned 3 files to some final directories ?

* git clone https://github.com/ianlancetaylor/libbacktrace.git
* cd libbacktrace
* libtoolize -fi
* autoreconf -fi
* ./configure --prefix=<the conventional prefix> --build=<your build triplet>
--enable-host-shared
* make LDFLAGS="-no-undefined"
* make install DESTDIR=<absolute path to the installation directory>

The conventional prefix usually looks like "/mingw" or something like that. Do
"ls /" look for a similarly-named directory.
The build triplet is usually either i686-w64-mingw32 or x86_64-w64-mingw32,
depending on whether the program you're building is 32-bit or 64-bit.

Obviously, this is just a manual build routine, normally someone should can it
and then use buildscripts to build the package.

-- 
O< ascii ribbon - stop html email! - www.asciiribbon.org

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to