Re: one last comment

2001-12-25 Thread Branden Robinson
On Tue, Dec 25, 2001 at 05:24:00PM -0500, Jack Howarth wrote:
> I thought they taught social skills in England. A little empathy
> never killed anyone.

I have no empathy for people who spout egregious falsehoods about
complex scenarios without bothering to do even basic research.

Never mail me again.  All mail from you is spam.

-- 
G. Branden Robinson|There is no housing shortage in
Debian GNU/Linux   |Lincoln today -- just a rumor that
[EMAIL PROTECTED]  |is put about by people who have
http://www.deadbeast.net/~branden/ |nowhere to live.-- G. L. Murfin


pgpKWguRA7V63.pgp
Description: PGP signature


Re: one last comment

2001-12-25 Thread Branden Robinson
On Tue, Dec 25, 2001 at 04:21:32PM -0500, Jack Howarth wrote:
> Branden and Christian,
> I guess I don't follow the finer nuance here but these are the 
> different compile lines generated from libtool without doing an
> autoconf before configure...
> 
> gcc -shared  IMG.lo IMG_bmp.lo IMG_gif.lo IMG_jpg.lo IMG_lbm.lo IMG_pcx.lo 
> IMG_png.lo IMG_pnm.lo IMG_tga.lo IMG_tif.lo IMG_xcf.lo IMG_xpm.lo  -L/usr/lib 
> /usr/lib/libSDL.so -lpthread -L/usr/X11R6/lib -lXxf86dga -lXxf86vm -lXv 
> /usr/lib/libjpeg.so -lpng -lz  -Wl,-soname -Wl,libSDL_image-1.2.so.0 -o 
> .libs/libSDL_image-1.2.so.0.1.0
> 
> ...and with doing an autoconf first before configure in libsdl-image1.2...
> 
> gcc -shared  IMG.lo IMG_bmp.lo IMG_gif.lo IMG_jpg.lo IMG_lbm.lo IMG_pcx.lo 
> IMG_png.lo IMG_pnm.lo IMG_tga.lo IMG_tif.lo IMG_xcf.lo IMG_xpm.lo  -L/usr/lib 
> -L/usr/X11R6/lib -lXxf86dga -lXxf86vm -lXv /usr/lib/libjpeg.so -lpng -lz 
> /usr/lib/libSDL.so -lpthread  -Wl,-soname -Wl,libSDL_image-1.2.so.0 -o 
> .libs/libSDL_image-1.2.so.0.1.0
> 
> Does this look correct now? I am surprised as this looks to be just
> a simple reordering of the linkage rather than anything that invokes
> the xlibs-pic versions of -lXxf86dga -lXxf86vm -lXv explicitly.
> Guess I'll need to reread the mailing list on that issue again. In any
> case, the second link command generates a good copy of 
> libSDL_image-1.2.so.0.1.0.

Or you could just read the bug logs of 125928 instead of trying to
reinvent the wheel, and ending up with 4 right angles.

-- 
G. Branden Robinson| When I die I want to go peacefully
Debian GNU/Linux   | in my sleep like my ol' Grand
[EMAIL PROTECTED]  | Dad...not screaming in terror like
http://www.deadbeast.net/~branden/ | his passengers.


pgpXk6YM9B13v.pgp
Description: PGP signature


one last comment

2001-12-25 Thread Jack Howarth
Branden and Christian,
I guess I don't follow the finer nuance here but these are the 
different compile lines generated from libtool without doing an
autoconf before configure...

gcc -shared  IMG.lo IMG_bmp.lo IMG_gif.lo IMG_jpg.lo IMG_lbm.lo IMG_pcx.lo 
IMG_png.lo IMG_pnm.lo IMG_tga.lo IMG_tif.lo IMG_xcf.lo IMG_xpm.lo  -L/usr/lib 
/usr/lib/libSDL.so -lpthread -L/usr/X11R6/lib -lXxf86dga -lXxf86vm -lXv 
/usr/lib/libjpeg.so -lpng -lz  -Wl,-soname -Wl,libSDL_image-1.2.so.0 -o 
.libs/libSDL_image-1.2.so.0.1.0

...and with doing an autoconf first before configure in libsdl-image1.2...

gcc -shared  IMG.lo IMG_bmp.lo IMG_gif.lo IMG_jpg.lo IMG_lbm.lo IMG_pcx.lo 
IMG_png.lo IMG_pnm.lo IMG_tga.lo IMG_tif.lo IMG_xcf.lo IMG_xpm.lo  -L/usr/lib 
-L/usr/X11R6/lib -lXxf86dga -lXxf86vm -lXv /usr/lib/libjpeg.so -lpng -lz 
/usr/lib/libSDL.so -lpthread  -Wl,-soname -Wl,libSDL_image-1.2.so.0 -o 
.libs/libSDL_image-1.2.so.0.1.0

Does this look correct now? I am surprised as this looks to be just
a simple reordering of the linkage rather than anything that invokes
the xlibs-pic versions of -lXxf86dga -lXxf86vm -lXv explicitly.
Guess I'll need to reread the mailing list on that issue again. In any
case, the second link command generates a good copy of 
libSDL_image-1.2.so.0.1.0.
   Jack