Custom Query (122 matches)
Results (49 - 51 of 122)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#77 | fixed | mingw32 cross-compiling fortran handling bug | andreasw | bubla |
Description |
Hello, if I run ./configure --host=i486-mingw32 and I have gcc-fortran installed, the configure script fails at certain point. The reason for this most likely is that it detects my (native) fortran compiler, that is useless when actually cross-compiling. I attach CoinUtils?'s config.log, where the error occurs. I know that you are working on the build system and actually I would like to participate, so regard this more as a reminder than as a task. |
|||
#79 | fixed | lib/coin and lib/coin/ThirdParty still survive in some scripts | andreasw | kingaj |
Description |
there seems to be a small error in the Makefile of Smi/examples/ (trunk rev. 496) The libraries were installed into lib, not lib/coin and lib/ThirdParty, so I had to change the line CXXLINKFLAGS = -Wl,--rpath -Wl,/home/hans/workbench/smi-trunk/build/lib/coin -Wl,--rpath -Wl,/home/hans/workbench/smi-trunk/build/lib/coin/ThirdParty to CXXLINKFLAGS = -Wl,--rpath -Wl,/home/hans/workbench/smi-trunk/build/lib for the linker to work correctly. |
|||
#80 | fixed | configure for profiling | somebody | Gassmann |
Description |
I am trying to configure a project (OS) for profiling (on Linux Ubuntu). What flags to I need to add to make this work? |