| Subject | : | How to work with libtool? |
| Author | : | SiTLar |
| Date | : | 22 Jul, 2005 on 14:18 |
| I'm trying to compile an application originaly developed under unix/linux. I managed to compile the the sources successufly, but I cannt gether the objects by libtool into a dll. Here is make's output: Making all in ed2k *** Warning: This system can not link to static lib archive /usr/lib//libstdc++.la. *** Warning: inter-library dependencies are not known to be supported. |
| Subject | : | Re:How to work with libtool? |
| Author | : | fbakan |
| Date | : | 22 Jul, 2005 on 16:27 |
| You might try an old version of libtool that I use for building sane. http://www.fbakan.de/sane/libtool.zip you have to adjust the -l... statements for your project on the line starting with archive_cmds= and probably some other entries as well. Franz |
| Subject | : | Re:How to work with libtool? |
| Author | : | SiTLar |
| Date | : | 25 Jul, 2005 on 18:33 |
| Thanks. It went a little batter with you libtool, but the project switched to Boost Build System, and now I'm stacked with jam... |
| Subject | : | Re:How to work with libtool? |
| Author | : | Smedles |
| Date | : | 26 Jul, 2005 on 04:50 |
Hi Franz - really would be nice to fix one that problem with Sane & libtool one of these days.... maybe once USB support is complete Cheers, Paul. |