Re: [wxhaskell-devel] Architecture (32 vs. 64 bit) of the dynamic libraries

2013-10-11 Thread Henk-Jan van Tuyl
On Sat, 05 Oct 2013 14:02:11 +0200, Henk-Jan van Tuyl   
wrote:

>
> L.S.,
>
> I am trying to implement a check if the architecture (32 vs. 64 bit) of
> the dynamic libraries of wxWidgets matches the architecture that  
> wxHaskell is being built with.

I have implemented this and pushed it to the repository. When the wxc  
setup is run on Windows, Linux or OS X, the message "The bitness is  
correct" should be given. If the message is "The bitness is not checked",  
the setup could probably not find a proper dynamic library; this should be  
considered to be a bug. (Setup searches for a dynamic library in the  
wxWidgets directory, not in the search path.)

Regards,
Henk-Jan van Tuyl


-- 
Folding@home
What if you could share your unused computer power to help find a cure? In  
just 5 minutes you can join the world's biggest networked computer and get  
us closer sooner. Watch the video.
http://folding.stanford.edu/


http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


Re: [wxhaskell-devel] Architecture (32 vs. 64 bit) of the dynamic libraries

2013-10-07 Thread David Virebayre
I don't have wx 2.9.5 around (by default Ubuntu 13.04 has 2.8)
I hope it's still useful:

Ubuntu 13.04 64 bits:
file /usr/lib/x86_64-linux-gnu/libwx_baseu-2.8.so.0.8.0
/usr/lib/x86_64-linux-gnu/libwx_baseu-2.8.so.0.8.0: ELF 64-bit LSB
shared object, x86-64, version 1 (SYSV), dynamically linked,
BuildID[sha1]=0x0bafe1a3326e52df37488362db5bac009049766f, stripped

Regards,

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


Re: [wxhaskell-devel] Architecture (32 vs. 64 bit) of the dynamic libraries

2013-10-05 Thread Eric Kow
64-bit OS X

/usr/local/lib$ file libwx_baseu-2.9.dylib
libwx_baseu-2.9.dylib: Mach-O 64-bit dynamically linked shared library x86_64

On 5 October 2013 13:02, Henk-Jan van Tuyl  wrote:
>
> L.S.,
>
> I am trying to implement a check if the architecture (32 vs. 64 bit) of
> the dynamic libraries of wxWidgets matches the architecture that wxHaskell
> is being built with. See Feature Request #8 [0]. Therefore, I need to see
> the output of the file command for one of those libraries.
>
> So far, I have on this one:
>C:\wxWidgets-2.9.5\lib\gcc_dll>file wxbase295u_gcc_custom.dll
>wxbase295u_gcc_custom.dll: PE executable for MS Windows (DLL) (console)
> Intel 80386 32-bit
>
> Could someone provide me with the results from Mac OS X and Linux
> (preferably for both 32 and 64 bit)?
>
> Regards,
> Henk-Jan van Tuyl
>
>
> [0] http://sourceforge.net/p/wxhaskell/feature-requests/8/
>
>
> --
> Folding@home
> What if you could share your unused computer power to help find a cure? In
> just 5 minutes you can join the world's biggest networked computer and get
> us closer sooner. Watch the video.
> http://folding.stanford.edu/
>
>
> http://Van.Tuyl.eu/
> http://members.chello.nl/hjgtuyl/tourdemonad.html
> Haskell programming
> --
>
> --
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
> ___
> wxhaskell-devel mailing list
> wxhaskell-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel



-- 
Eric Kow 

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel