On Mon, Jun 07, 1999 at 12:09:01PM -0600, James Bielman wrote: > Yeah, this is what dh_make generated: > > ./configure --prefix=/usr > -mkdir shared static > # > # First build the shared library > cd shared ; \ > $(MAKE) -f ../Makefile VPATH=".." srcdir=".." \ > CFLAGS="-O2 -fPIC -pipe" ; \ > gcc -shared -Wl,-soname,$(package).so.$(version_major) -o > $(package).so.$(version) `ls *.o`
I used dh_make on a library once and it generated this. Then, I started over and did it by hand. I don't know why we can't trust the upstream Makefile to build the shared library, generally speaking. Hamish -- Hamish Moffatt VK3SB (ex-VK3TYD). CCs of replies from mailing lists are welcome.