problem with creating DLL under Cygwin

2009-09-18 Thread Will Mason
Hello, As part of my cross-platform project I'm building a shared object. This shared object depends on various libraries from the ICU project ( http://www.icu-project.org). To distill the problem I'm having, I'll focus on just one of the ICU libraries. In Makefile.am I have libforxxq_la_LDFLAGS

Re: libtool c++ compiler for *.c source files

2009-05-24 Thread Will Mason
On Sun, May 24, 2009 at 11:37 AM, Andreas Otto aotto1...@t-online.dewrote: Am Sonntag 24 Mai 2009 16:59:29 schrieb Ralf Wildenhues: Hello Andreas, * Andreas Otto wrote on Fri, May 22, 2009 at 01:17:50PM CEST: 2. I create a C libraray using a couple of *.c files

Re: Problem with libltdl on Solaris

2009-05-11 Thread Will Mason
On Mon, May 11, 2009 at 1:10 AM, Ralf Wildenhues ralf.wildenh...@gmx.dewrote: Hello Will, * Will Mason wrote on Mon, May 11, 2009 at 06:47:58AM CEST: I've been using a project with autoconf, automake and libtool for some time. Today I added libltdl to my code. I ran libtoolize --ltdl

Re: Problem with libltdl on Solaris

2009-05-11 Thread Will Mason
On Mon, May 11, 2009 at 4:33 PM, Ralf Wildenhues ralf.wildenh...@gmx.dewrote: Hi Will, * Will Mason wrote on Mon, May 11, 2009 at 05:07:36PM CEST: On Mon, May 11, 2009 at 1:10 AM, Ralf Wildenhues ralf.wildenh...@gmx.de wrote: * Will Mason wrote on Mon, May 11, 2009 at 06:47:58AM CEST

Problem with libltdl on Solaris

2009-05-10 Thread Will Mason
Hello, I've been using a project with autoconf, automake and libtool for some time. Today I added libltdl to my code. I ran libtoolize --ltdl --copy. My configure.ac has this: LT_CONFIG_LTDL_DIR([libltdl]) LT_INIT([dlopen]) LT_LANG([C++]) LTDL_INIT([recursive]) And my Makefile.am has this:

whole_archive/-r

2004-12-21 Thread Christopher Mason
)? This doesn't work well when doing -m32 on 64 bit platforms; it hard codes the link paths for the 64 bit libraries, when if it just passed -lfoo everything would just work. Thanks, -c -- [ Christopher Mason MPRC Bioinformatics [EMAIL PROTECTED