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
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
-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
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