Custom Query (122 matches)
Results (4 - 6 of 122)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#10 | worksforme | Error with BuildTools/run_autotools | andreasw | kmartin |
Description |
Hi: I installed autoconf 2.59 automake 1.9.6 libtools 1.5.22 in $HOME/bin and $HOME/share I also set Path Variable to $HOME/bin and $HOME/share. When I do autoconf --version I get the correct version. Same for automake. However when I try to run BuildTools?/run_autotools I get the error message: "autoconf is not picked up from the correct location" Any suggestion on how to correct the problem? Thanks! |
|||
#13 | fixed | libtool and -m32 | andreasw | asm4 |
Description |
on a 64 bit machine (Debian), if one compiles with -m32 option, make throws out errors like: /usr/bin/ld: skipping incompatible /usr/bin/../lib/libm.so when searching for -lm /usr/bin/ld: skipping incompatible /usr/bin/../lib/libm.a when searching for -lm /usr/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm /usr/bin/ld: skipping incompatible /usr/lib/libm.a when searching for -lm /usr/bin/ld: cannot find -l the libraries libm.so, libm.so ... are located in /lib32 instead of /lib. Setting LD_LIBRARY_PATH does not seem to help. |
|||
#14 | fixed | make clean in Cbc/examples leaves some .o alive | andreasw | sdv |
Description |
Hi, it seems that make clean in Cbc/examples leaves some .o-files alive; currently I see: CbcBranchFollow2.o CbcBranchLink?.o CbcBranchUser?.o CbcCompareUser?.o CbcSolver2.o CbcSolver3.o ClpQuadInterface?.o but I haven't tried building everything, so I don't know whether there might be more files. best sven |