RE: error linking X11 lib (FIXED)

1998-12-04 Thread Mário Olímpio de Menezes
On Fri, 4 Dec 1998, Shaleh wrote: > Make sure you have xlib6g-dev and/or xlib6-dev (for libc5) very strange that I have xlib6g-dev installed and libX11.so was missing. I reinstalled it and it's fixed now. Thanks, []s, Mario O.de Menezes | "Many are the plans in a man's heart, but IPEN-

RE: error linking X11 lib

1998-12-04 Thread Mário Olímpio de Menezes
On Fri, 4 Dec 1998, Shaleh wrote: > Make sure you have xlib6g-dev and/or xlib6-dev (for libc5) just after I replyed I checked the file list for xlib6g-dev and found that libX11.so is missing in my system. Is it a symlink for libX11.so.6.1? Thanks []s, Mario O.de Menezes | "Many are the p

Re: error linking X11 lib

1998-12-04 Thread Ole J. Tetlie
*-Mário Olímpio de Menezes <[EMAIL PROTECTED]> | | The error is: | gcc -O -I../inc -I/user/openwin/include -I/usr/X11R6/include -o | ../bin/Linux/hierarchy hierarchy.c ../lib/Linux/libIM.a | ../lib/Linux/libFFT.a ../lib/Linux/libjpeg.a -lm -L/usr/lib | -L/usr/X11R6/lib -L/usr/lib/X11 -lX11 | ld: ca

RE: error linking X11 lib

1998-12-04 Thread Mário Olímpio de Menezes
On Fri, 4 Dec 1998, Shaleh wrote: > Make sure you have xlib6g-dev and/or xlib6-dev (for libc5) linux1: ~/progs/magick$ dpkg -s xlib6g-dev Package: xlib6g-dev Status: install ok installed Priority: optional Section: x11 Installed-Size: 3234 Maintainer: Branden Robinson <[EMAIL PROTECTED]> Source

RE: error linking X11 lib

1998-12-04 Thread Shaleh
Make sure you have xlib6g-dev and/or xlib6-dev (for libc5) On 04-Dec-98 Mário Olímpio de Menezes wrote: > > Hi, > > I'm trying to compile some programs (like example.c) from > imagemagick package, that require -lX11 option in gcc/g++ command line. > Every time I tried this, I get an error