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
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:
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
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
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
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
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
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
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/
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'
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
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
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
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
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
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
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
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
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
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
20 matches
Mail list logo