[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Pnet-developers] [bug #13498] ilalink jumps to conclusions too soon
From: |
Rhys Weatherley |
Subject: |
Re: [Pnet-developers] [bug #13498] ilalink jumps to conclusions too soon when auto-referencing libs that are indirectly required |
Date: |
Wed, 22 Jun 2005 16:50:38 +1000 |
User-agent: |
KMail/1.4.3 |
On Wednesday 22 June 2005 03:49 pm, Ron MacNeil wrote:
> The problem is, if B isn't in one of the lib paths (-L) ilalink gives up
> right away, EVEN IF that lib might be directly referenced in a subsequent
> -l/path/to/lib switch.
Could you give an example of a program and command link line that exhibits
this problem?
In any case, the "-l" switch should not contain the directory path for the
assembly. That is the purpose of the "-L" switch. "-l" in cscc does not
work like the MS "/r" option - it works like "-l" in gcc. This is as
designed.
Cheers,
Rhys.