Package Details: mingw-w64-libdxfrw 0.6.3-1

Git Clone URL: https://aur.archlinux.org/mingw-w64-libdxfrw.git (read-only, click to copy)
Package Base: mingw-w64-libdxfrw
Description: C++ library to read/write DXF files in binary and ascii form (mingw-w64)
Upstream URL: http://sourceforge.net/projects/libdxfrw/
Licenses: GPL2
Submitter: ivan_p
Maintainer: ivan_p
Last Packager: ivan_p
Votes: 0
Popularity: 0.000000
First Submitted: 2014-08-18 07:21 (UTC)
Last Updated: 2017-05-15 21:45 (UTC)

Latest Comments

ivan_p commented on 2014-08-18 13:08 (UTC)

@xantares Thanks, it works. Package updated.

xantares commented on 2014-08-18 12:55 (UTC)

To generate the dll the linker option -no-undefined should be added: then you have to rebootstrap but first the subdir-objects option has to be added to AM_INIT_AUTOMAKE: prepare () { sed -i "s|libdxfrw_la_LDFLAGS =|libdxfrw_la_LDFLAGS = -no-undefined|g" Makefile.am sed -i "s|bzip2|bzip2 subdir-objects|g" configure.ac ./autogen.sh }