dpathakj / junixsocket

Automatically exported from code.google.com/p/junixsocket
0 stars 0 forks source link

Build should not assume isLinux can build -m64 #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Attempt to build on a 32bit linux arch.
2.
3.

What is the expected output? What do you see instead?

Expect to have the 32bit linux distribution built.  Instead the build fails 
because it tries to build both 32bit and 64bit, and it is unable to build the 
64bit version.

What version of the product are you using? On what operating system?

$ uname -srm  
Linux 2.6.24-24-generic i686

Original issue reported on code.google.com by derrick....@gmail.com on 25 Jun 2010 at 5:38

GoogleCodeExporter commented 8 years ago
I have added an ant property switch for this to SVN trunk.

Please try the new version and build the code with
ant -Dskip64=true

Cheers,
Christian

Original comment by ckkohl79 on 20 Jul 2010 at 7:47