Re: Help PLEASE!!! -- big ld problem

2001-07-18 Thread Joost Kooij
On Wed, Jul 18, 2001 at 08:23:49AM -0700, Harvey Werner wrote: > Did you ever solve this problem? > > http://lists.debian.org/debian-user-9905/msg00160.html > > Or, did you have to reinstall your Linux system? If only the symlink is nuked, just boot with a rescue floppy, get a shell, mount the

Re: Help PLEASE!!! -- big ld problem

2001-07-18 Thread Harvey Werner
Title: Help PLEASE!!! -- big ld problem [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Help PLEASE!!! -- big ld problem To: debian-user@lists.debian.org Subject: Help PLEASE!!! -- big ld problem From: Trevor Glen <[EMAIL PROTECTED]> Date:

Re: Help PLEASE!!! -- big ld problem

2001-07-18 Thread Harvey Werner
Hi Trev, Did you ever solve this problem? http://lists.debian.org/debian-user-9905/msg00160.html Or, did you have to reinstall your Linux system? Harvey Werner Title: Help PLEASE!!! -- big ld problem [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index

Re: ld problem

1999-10-31 Thread Greg Wooledge
Liu Chung Him ([EMAIL PROTECTED]) wrote: > > > > > gcc -L/usr/X11/lib -L/usr/X11R/lib -lX11 -lXexr -lXmu -lXt -lVi -o > > > > > Scan > > > > > Scan.c > > You want to say "-L/usr/X11R6/lib" not "-L/usr/X11R/lib". > But, i had typed correctly in the Makefile. > Is it the linker problem or the sha

Re: ld problem

1999-10-31 Thread Martin Fluch
On Sun, 31 Oct 1999, Liu Chung Him wrote: > Wrong typing !! sorry !!! > > But, i had typed correctly in the Makefile. > Is it the linker problem or the shared library problem What does ls -l /usr/X11R6/lib/libX11* look like? Perhaps (for some reason) a dangling symlink? Martin -- For pub

Re: ld problem

1999-10-31 Thread Liu Chung Him
Wrong typing !! sorry !!! But, i had typed correctly in the Makefile. Is it the linker problem or the shared library problem Best wishes, Wilson On Sun, 31 Oct 1999, Mark Brown wrote: > On Sun, Oct 31, 1999 at 11:06:12PM +0800, Liu Chung Him wrote: > > > I had already installed the packa

Re: ld problem

1999-10-31 Thread Mark Brown
On Sun, Oct 31, 1999 at 11:06:12PM +0800, Liu Chung Him wrote: > I had already installed the package. The problem is still the same. > > > gcc -L/usr/X11/lib -L/usr/X11R/lib -lX11 -lXexr -lXmu -lXt -lVi -o Scan > > > Scan.c You want to say "-L/usr/X11R6/lib" not "-L/usr/X11R/lib". -- Mark Brow

Re: ld problem

1999-10-31 Thread Martin Fluch
On Sun, 31 Oct 1999, Liu Chung Him wrote: > Dear Martin, > > I had already installed the package. The problem is still the same. > > What can i do ?? There seems the right -L option missing: -L/usr/X11R6/lib Since libX11.so resides in /usr/X11R6/lib ... does that help? Martin > On Fri, 29

Re: ld problem

1999-10-31 Thread Liu Chung Him
Dear Martin, I had already installed the package. The problem is still the same. What can i do ?? Best wishes, Wilson On Fri, 29 Oct 1999, Martin Fluch wrote: > On Fri, 29 Oct 1999, Liu Chung Him wrote: > > > I comply a problem which need libX11 . The gcc command line is : > > gcc -L/usr/X11/

Re: ld problem

1999-10-30 Thread Greg Wooledge
aphro ([EMAIL PROTECTED]) wrote: > export LD_LIBRARY_PATH=/usr/X11R6/bin:$LD_LIBRARY_PATH > (for bash^^) > setenv LD_LIBRARY_PATH=/usr/X11R6/bin:LD_LIBRARY_PATH > (for everything else? ^^) That's not correct, for several reasons. First, it should be /usr/X11R6/lib, not .../bin. Second, you can'

Re: ld problem

1999-10-29 Thread aphro
the program may not know where to look try this: export LD_LIBRARY_PATH=/usr/X11R6/bin:$LD_LIBRARY_PATH (for bash^^) setenv LD_LIBRARY_PATH=/usr/X11R6/bin:LD_LIBRARY_PATH (for everything else? ^^) and make again. nate [mailto:[EMAIL PROTECTED] ]-- Vi

Re: ld problem

1999-10-29 Thread Ingo Reimann
On Fri, Oct 29, 1999 at 04:25:52PM +0800, Liu Chung Him wrote: > Dear All, > > I comply a problem which need libX11 . The gcc command line is : > gcc -L/usr/X11/lib -L/usr/X11R/lib -lX11 -lXexr -lXmu -lXt -lVi -o Scan > Scan.c > Hmm, is this only a misspelling for that mail? what do you think abo

Re: ld problem

1999-10-29 Thread Martin Fluch
On Fri, 29 Oct 1999, Liu Chung Him wrote: > I comply a problem which need libX11 . The gcc command line is : > gcc -L/usr/X11/lib -L/usr/X11R/lib -lX11 -lXexr -lXmu -lXt -lVi -o Scan > Scan.c > > However, there is some error : > /usr/bin/ld:cannot find -lX11 > collect2: ld returned 1 exit status

ld problem

1999-10-29 Thread Liu Chung Him
Dear All, I comply a problem which need libX11 . The gcc command line is : gcc -L/usr/X11/lib -L/usr/X11R/lib -lX11 -lXexr -lXmu -lXt -lVi -o Scan Scan.c However, there is some error : /usr/bin/ld:cannot find -lX11 collect2: ld returned 1 exit status make: *** [Scan] Error 1 I have checked that

Help PLEASE!!! -- big ld problem

1999-05-03 Thread Trevor Glen
Help I was try to get ld-linux to point to an earlier version and so I deleted ld-linux.so.2 in an attempt to get star office and java working, and instead I cannot run any program!!! Is there an easy way to fix this? Help Trev

Re: bison/ld problem?

1998-12-23 Thread Lee Bradshaw
Thanks Henning, everything is working now. On Wed, Dec 23, 1998 at 10:22:05PM +0100, Henning Makholm wrote: > Lee Bradshaw <[EMAIL PROTECTED]> writes: > > > I'm trying to port some code from HP-UX to linux. The debian flex > > package includes /usr/lib/libl.a, but the bison package doesn't contai

Re: bison/ld problem?

1998-12-23 Thread Henning Makholm
Lee Bradshaw <[EMAIL PROTECTED]> writes: > I'm trying to port some code from HP-UX to linux. The debian flex > package includes /usr/lib/libl.a, but the bison package doesn't contain > /usr/lib/liby.a. I checked the latest contents file I could find and > there is no liby.a. What is gcc -ly suppos

RE: bison/ld problem?

1998-12-23 Thread Shaleh
On 23-Dec-98 Lee Bradshaw wrote: > Hi, > > I'm trying to port some code from HP-UX to linux. The debian flex > package includes /usr/lib/libl.a, but the bison package doesn't contain > /usr/lib/liby.a. I checked the latest contents file I could find and > there is no liby.a. What is gcc -ly suppo

bison/ld problem?

1998-12-23 Thread Lee Bradshaw
Hi, I'm trying to port some code from HP-UX to linux. The debian flex package includes /usr/lib/libl.a, but the bison package doesn't contain /usr/lib/liby.a. I checked the latest contents file I could find and there is no liby.a. What is gcc -ly supposed to link with? Thanks -- Lee Bradshaw

wierd ld problem

1997-10-30 Thread Chris R. Martin
here's my problem: ld -o utils.o args.o doubleint.o finddisp.o flsbuf.o geometry.o getrect.o hash.o heap.o list.o lookup.o lookupany.o lookupfull.o malloc.o match.o path.o pathvisit.o port.o printstuff.o stack.o strdup.o dqueue.o runstats.o saveimage.o set.o show.o touchtypes.o -r -lm ld: canno