Which library for MinGW32?

The engine.
Post Reply
kwistjhp
Posts: 3
Joined: Thu Jan 05, 2017 3:33 pm

Which library for MinGW32?

Post by kwistjhp »

Hi,

I'm trying to compile a command prompt executable for Windows using i586-mingw32msvc-g++ (4.9.1) on a Linux environment. Which SMILE library build should I link to? I used smile_linux_x86_gcc_4_4_5 to link with gcc (4.9.2) in order to (succesfully) create a linux program, but I cannot link this build with MinGW; it will give me many "undefined reference to `DSL_network::DSL_network()'" type errors.

Any other hints for creating both Windows and Linux versions of code that uses SMILE are highly appreciated.

best
Johan
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: Which library for MinGW32?

Post by shooltz[BayesFusion] »

Currently we don't support MinGW. I'd suggest using one of the community editions of Microsoft's Visual Studio, which are free to use, but obviously run under Windows only (so no pure Linux build environment).

Java/jSMILE is an alternative :)
Post Reply