Issues.00422 - lordmundi/wikidoctest GitHub Wiki
Summary: 64 bit DCOMM library for Mac OSX
Created: 2012–05–23 17:06
Status: Released
Category: Request
From: frankie
Version: 2.2
Released_In: 2.4
Description:
This is a request for a 64 bit version of the Mac DCOMM library similar to the way we provide a 64 bit version for linux.
frankie September 02, 2014, at 04:42 PM: This has been added. Instead of having a separate lib_Darwin_x86_64 directory, we will utilize Mac's capability to have multiple architectures in a single binary. So, the libdsp.a and libd_comm_tc.a will have architectures for both i386 and x86_64. You can see this with the command "lipo -info " on mac.
| commit | 1c9aa1863df2be8ca3bc114ff593f3d59aebb0ee
[link] |
||
| Author: | Frank Graffagnino
|
| Date: | Tue Sep 2 16:09:45 2014 -0500
|
| Message: | [@Issue 00422: Added in support for 64 bit DCOMM on Mac
This was actually done by using mac's ability to have multiple architectures in a single file. For these libraries we add in the support for the x86_64 library. @] |
Affected Files:
lib_Darwin/libd_comm_tc.a | Bin 496640 -> 1030832 bytes
lib_Darwin/libdsp.a | Bin 988992 -> 2026496 bytes
lib_Darwin/libsigar-universal64-macosx.dylib | Bin 0 -> 397440 bytes
3 files changed, 0 insertions(+), 0 deletions(-)
| commit | 2d0e0a7360378ffce57fcf1623dacdb29dd27014
[link] |
||
| Author: | Frank Graffagnino
|
| Date: | Tue Sep 2 16:05:30 2014 -0500
|
| Message: | [@Issue 00422: Added in support to build 64 bit dcomm and dsp for mac
This is actually done by using mac's ability to have multiple architectures in a single file. For these libraries we add in the support for the x86_64 library. @] |
Affected Files:
src/dcomm/src/mac | 4 +±-
src/dsp/mac | 26 ++++++++++++±------------
2 files changed, 15 insertions(+), 15 deletions(-)