Re: problem --enable-shared and --enable-static together

2009-12-04 Thread Philipp Thomas
* Andreas Otto (aotto1...@t-online.de) [20091204 09:45]: > 1. I have libraries which are only useful as "shared" libraries. this > libraries are language extension used to dl-open by an programming > language. If they are to be dl-opened they aren't shared lib

Re: problem --enable-shared and --enable-static together

2009-12-04 Thread Bob Friesenhahn
On Fri, 4 Dec 2009, Andreas Otto wrote: $(TCL_CFLAGS) $(AM_CFLAGS) -DMQ_IGNORE_EXTERN tclmsgque_la_LIBADD = ../libmsgque/*.lo The above line is wrong. You should refer to tclmsgque.la rather than '*.lo'. Wildcard specifications do not belong in an Automake makefile. as you see both *lo a

problem --enable-shared and --enable-static together

2009-12-04 Thread Andreas Otto
Hi, I have a project using together the both statements from above to configure. This project hase many different parts includig many shared libraries and executables. Now the problem. 1. I have libraries which are only useful as "shared" libraries. this libraries are language ex