Trivial build fixes
Status: Alpha
Brought to you by:
sim-sim
On x86_64 linux the linker is picky about the order library files are passed.
Also gcc 4.6.3 complains about casts from const pointers to non-const
pointers. Instead of digging into the code I've added the -fpermissive
compiler flag that turns this into a warning.
The attached patch fixes both issues.
Path File