Re: AC_PATH_XTRA and -rpath

2006-07-19 Thread Albert Chin
On Mon, Jul 17, 2006 at 09:49:20PM +0100, Patrick Welche wrote: > X_CFLAGS = -I/usr/X11R6/include > X_EXTRA_LIBS = > X_LIBS = -L/usr/X11R6/lib -R/usr/X11R6/lib > X_PRE_LIBS = -lSM -lICE > > so the -R made it, and all is well :-) I thought you wanted -Wl,-rpath,/usr/X11R6/lib though? -- albe

Re: AC_PATH_XTRA and -rpath

2006-07-19 Thread Patrick Welche
On Wed, Jul 19, 2006 at 12:26:36PM -0500, Albert Chin wrote: > On Mon, Jul 17, 2006 at 09:49:20PM +0100, Patrick Welche wrote: > > X_CFLAGS = -I/usr/X11R6/include > > X_EXTRA_LIBS = > > X_LIBS = -L/usr/X11R6/lib -R/usr/X11R6/lib > > X_PRE_LIBS = -lSM -lICE > > > > so the -R made it, and all is

portability of 'kill -name'?

2006-07-19 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I know it is not portable to do "trap '' TERM", since ash only accepts signal numbers. But is it portable to do 'kill -TERM', or must I do 'kill -15'? The manual doesn't currently mention any pitfalls of kill. - -- Life is short - so eat dessert fir

Help! - how do I statically link a single library?

2006-07-19 Thread Steven Hill
Hello: Could someone please help me out - I am using autogen.sh to compile and link a project - here is a listing: #!/bin/sh set -x glib-gettextize --copy --force libtoolize --automake intltoolize --copy --force --automake aclocal-1.7 autoconf autoheader automake-1.7 --add-missing --foreign The