C++ Shared Libraries

2000-08-31 Thread Robert Boehne
From what I have read about libtool it cannot handle C++ shared libs. Is there any work going on in this area, or should I just do my best with shell scripting in configure.in? Anyone have a better answer? -- Robert Boehne Software Engineer Ricardo Software Chicago Technical

Support for non-gcc make dependency files

2000-09-21 Thread Robert Boehne
I'd like to have Autoconf generate makefile dependencies for compilers other than gcc, but I'm not familiar with the autoconf source enough to find where it is done. Would someone be kind enough to point me in the right direction? -- Robert Boehne Software Engineer Ricardo Software

Dependency files not from stdout

2000-09-22 Thread Robert Boehne
be copied to $tmpdepfile and then edited with "tr" like the SGI ouput is. Q1: Is it possible to do this in the current depmod framework? (I think it is, but I'm not sure what the issues from other scripts like libtool are) Q2: How is $depmode set? -- Robert Boehne Software Engin

How do I configure to link to libtcl8.0 or libtcl7.6 depending on what is available?

2001-03-15 Thread Robert Boehne
name string, but I want to query more expierenced users in hopes of a better way. Any suggestions? Robert -- Robert Boehne Software Engineer Ricardo Software Chicago Technical Center TEL: (630)789-0003 x. 238 FAX: (630)789-0127 email: [EMAIL PROTECTED]

Re: Auto-tools Win32 Borland C++ Builder

2001-05-23 Thread Robert Boehne
Cheers! Robert -- Robert Boehne Software Engineer Ricardo Software Chicago Technical Center TEL: (630)789-0003 x. 238 FAX: (630)789-0127 email: [EMAIL PROTECTED]

Re: needs help

2001-12-05 Thread Robert Boehne
de las rosas nÂș 22 Vilassar de Mar (Barcelona) Spain CP: 08340 -- Robert Boehne Software Engineer Ricardo Software Chicago Technical Center TEL: (630)789-0003 x. 238 FAX: (630)789-0127 email: [EMAIL PROTECTED]

AC_PROG_SED: rejected?

2002-02-27 Thread Robert Boehne
be long, but I just wanted to make sure it wasn't rejected for some reason. Thanks, Robert -- Robert Boehne Software Engineer Ricardo Software Chicago Technical Center TEL: (630)789-0003 x. 238 FAX: (630)789-0127 email: [EMAIL PROTECTED]

Re: seeking advice for a modular build system

2008-03-11 Thread Robert Boehne
There are probably too many to name, but what I played with most recently was FreeTDS on SourceForge which does most of these things. Hans-Christoph Steiner wrote: Do you know of an example of the automake/libtool stuff that you are thinking of? .hc On Mar 10, 2008, at 4:29 PM, [EMAIL

Re: How to determine -rdyamic / -Wl,--export-dynamic flags?

2012-03-19 Thread Robert Boehne
On 03/18/12 17:10, Paul Smith wrote: Does anyone have a macro that will correctly determine when -rdynamic and/or -Wl,--export-dynamic can be used? I'm not using libtool but I'd like my application to be built such that functions in it can be invoked by dynamically loaded objects. I saw

Re: Dynamic package version numbers with Autoconf and Automake

2012-08-15 Thread Robert Boehne
On 08/15/12 08:45, Bob Friesenhahn wrote: On Wed, 15 Aug 2012, Miles Bader wrote: (3) The final version info is updated (using VCS info and/or autoconf version info) at make time using a script, and when it changes, only causes a source file (e.g., version.c) to change. This means

Re: Passing options to libtool from within a GNU Autotools project.

2012-11-02 Thread Robert Boehne
Craig, Just add it to LDFLAGS and it will get added to the link line. If you're building a libtool library: libname_la_LDFLAGS = -preserve-dup-deps or a program prgname_LDFLAGS = -preserve-dup-deps On 11/02/12 08:00, Craig Sanders wrote: Hello all. Does anybody know how to pass additional

case change in m4_foreach()

2013-02-20 Thread Robert Boehne
) ''TL_CXX_DEP'' #m4_toupper(tl_cxx_DEP) TL_CXX_DEP How can I get the contents of the variable transformed? Thanks, Robert Boehne ___ Autoconf mailing list Autoconf@gnu.org https://lists.gnu.org/mailman/listinfo/autoconf

Re: Help with static linking

2013-05-31 Thread Robert Boehne
, you should man ld to make sure those flags are correct. HTH, Robert Boehne Kip Warner k...@thevertigo.com wrote: Hey lists, Sorry for posting on both autoconf and automake lists. I wasn't sure which one would be more appropriate for this problem. I know this has come up before, judging

Re: test for CXXLD

2013-06-19 Thread Robert Boehne
Since the syntax you're using will only support one compiler anyway, you might consider creating a shell script to do the actual configure run. it might look something like this: #!/bin/sh mkdir -p build cd build ../configure --prefix=/path/ferinst --other-arguments LDFLAGS='-Xlinker -languae