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.

Attachment: pgpXk6YM9B13v.pgp
Description: PGP signature

Reply via email to