libtool Questions

3

Solved

I'm trying to convert libcsv to use libtool so I can use it on mac os x without mangling the makefile. When I try to run the makefile generated from the tools I get the following error: ~/software...
Popper asked 2/7, 2010 at 10:14

1

Solved

So after I ran libtool and got out a libfoo.lo and foo.o file from my library source, how do I convert the libfoo.lo file into a normal Linux shared library, like libfoo.so.1.0.0 so I can install a...
Nevanevada asked 31/12, 2009 at 15:45

1

Solved

I am working on a project which is built using autoconf, automake and libtool. The project is distributed in both binary and source form. On Linux, by default the build script links to all librari...
Twosided asked 22/12, 2009 at 2:13

3

Solved

I'm writing my own unit testing library (using autoconf, automake, and libtool) to better fit my needs (I don't need a super large amount of features, just a test runner and assertions). I have got...
Fieldfare asked 27/11, 2009 at 18:53

2

Solved

I've a C++ autoconf managed project that I'm adapting to compile on FreeBSD hosts. The original system was Linux so I made one AM_CONDITIONAL to distinguish the host I'm building and separate the ...
Oakman asked 27/5, 2009 at 20:48

1

I'm doing a pretty straight-forward conversion of an existing library (libtcod) to Autotools (for OS X happiness). Unfortunately, when I switch my Makefile.am's lib_LIBRARIES rule to lib_LTLIBRARIE...
Worl asked 27/7, 2009 at 22:10

© 2022 - 2024 — McMap. All rights reserved.