Erik de Castro Lopo
2012-Feb-05 05:30 UTC
[flac-dev] [PATCH 2/2] OS/2 EMX natively uses AOUT so pass -f aout to NASM
Dave Yeo wrote:> --- > configure.ac | 1 +Both applied (first with a minor tweak). Thanks. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
JonY
2012-Feb-05 07:22 UTC
[flac-dev] [PATCH 2/2] OS/2 EMX natively uses AOUT so pass -f aout to NASM
On 2/5/2012 13:30, Erik de Castro Lopo wrote:> Dave Yeo wrote: > >> --- >> configure.ac | 1 + > > Both applied (first with a minor tweak). Thanks. > > ErikUnfortunately, this steps on my patch. Updated patch attached. Cygwin really shouldn't be calling win32 API. On the otherhand, I can't seem to find any ntohl use(???). -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: config.txt Url: http://lists.xiph.org/pipermail/flac-dev/attachments/20120205/40f75c70/attachment.txt -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 196 bytes Desc: OpenPGP digital signature Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20120205/40f75c70/attachment.pgp
Erik de Castro Lopo
2012-Feb-05 08:01 UTC
[flac-dev] [PATCH 2/2] OS/2 EMX natively uses AOUT so pass -f aout to NASM
JonY wrote:> On 2/5/2012 13:30, Erik de Castro Lopo wrote: > > Dave Yeo wrote: > > > >> --- > >> configure.ac | 1 + > > > > Both applied (first with a minor tweak). Thanks. > > > > Erik > > Unfortunately, this steps on my patch. Updated patch attached. Cygwin > really shouldn't be calling win32 API. > > On the otherhand, I can't seem to find any ntohl use(???).Yeah, I've got a patch in an un-merged branch that purges MINGW_WINSOCK_LIBS and reduces the LT_NO_UNDEFINED section to: case "$host" in *-*-cygwin|*mingw*|*emx*) # define this variable for enabling strict exports with # libtool; for now, it's supported by Win32 and OS/2 LT_NO_UNDEFINED="-no-undefined" ;; *) LT_NO_UNDEFINED ;; esac AC_SUBST(LT_NO_UNDEFINED) which should please everyone :-). Cheers, Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/