Hi. I'm trying to compile an external for Pure Data under Windows 10 using CygWin and I got the following output:
/usr/lib/gcc/x86_64-pc-cygwin/5.4.0/../../../../x86_64-pc-cygwin/bin/ld: i386 architecture of input file `../lib/pd.dll' is incompatible with i386:x86-64 output
I obtained pd.dll from the last Vanilla package for Windows here: http://puredata.info/downloads/pure-data
I compiled the external under Windows 7 using Cygwin with no problem using exactly the same files and Makefile.
Any help?
Oscar Pablo Di Liscia
Hi Oscar,
Not an expert but, there is nothing 64 bit on Windows and Pd. pd.dll is 32 bit only.
Try building for 32 bit, it should build.
Salutti, Lucarda.
Mensaje telepatico asistido por maquinas.
From: Pd-list pd-list-bounces@lists.iem.at on behalf of oscar pablo di liscia odiliscia@gmail.com Sent: Saturday, December 3, 2016 7:58 PM To: pd-list Subject: [PD] problem compiling externals under Windows 10
Hi. I'm trying to compile an external for Pure Data under Windows 10 using CygWin and I got the following output:
/usr/lib/gcc/x86_64-pc-cygwin/5.4.0/../../../../x86_64-pc-cygwin/bin/ld: i386 architecture of input file `../lib/pd.dll' is incompatible with i386:x86-64 output
I obtained pd.dll from the last Vanilla package for Windows here: http://puredata.info/downloads/pure-data
I compiled the external under Windows 7 using Cygwin with no problem using exactly the same files and Makefile.
Any help?
Oscar Pablo Di Liscia
Yes, what I wanted to know was, precisely, if there is a way to build Pure Data in 64 bits under Windows. I did this in 32 bits with no problem. But it seems no to be possible. Many thanks
Oscar Pablo Di Liscia
2016-12-03 17:48 GMT-03:00 Lucas Cordiviola lucarda27@hotmail.com:
Hi Oscar,
Not an expert but, there is nothing 64 bit on Windows and Pd. pd.dll is 32 bit only.
Try building for 32 bit, it should build.
Salutti, Lucarda.
Mensaje telepatico asistido por maquinas.
*From:* Pd-list pd-list-bounces@lists.iem.at on behalf of oscar pablo di liscia odiliscia@gmail.com *Sent:* Saturday, December 3, 2016 7:58 PM *To:* pd-list *Subject:* [PD] problem compiling externals under Windows 10
Hi. I'm trying to compile an external for Pure Data under Windows 10 using CygWin and I got the following output:
/usr/lib/gcc/x86_64-pc-cygwin/5.4.0/../../../../x86_64-pc-cygwin/bin/ld: i386 architecture of input file `../lib/pd.dll' is incompatible with i386:x86-64 output
I obtained pd.dll from the last Vanilla package for Windows here: http://puredata.info/downloads/pure-data
I compiled the external under Windows 7 using Cygwin with no problem using exactly the same files and Makefile.
Any help?
Oscar Pablo Di Liscia