OICR / PGMLab

An easy-to-use C library for fast learning and inference in large discrete Bayesian networks (M.H. Radfar, et al.)
http://oicr.github.io/PGMLab/
GNU General Public License v2.0
1 stars 3 forks source link

External library mbdtls not compiling the same on all machines #8

Closed adamjohnwright closed 8 years ago

adamjohnwright commented 8 years ago

This is fixed on my computer by having the flag SHARED=1 specified when compiling the library as found in the root Makefile. Unfortunately I have found that this brakes compiling on other computers.

First we need to determine why this difference exists and then modify the Makefile to fix it

adamjohnwright commented 8 years ago

I have made the change in the root Makefile to handle this exception. It now adds the flag when compiling GSL for Linux.