dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] [bug #13498] ilalink jumps to conclusions too soon whe


From: Ron MacNeil
Subject: [Pnet-developers] [bug #13498] ilalink jumps to conclusions too soon when auto-referencing libs that are indirectly required
Date: Thu, 23 Jun 2005 03:55:30 +0000
User-agent: Mozilla/5.0 (compatible; Konqueror/3.4; FreeBSD) KHTML/3.4.0 (like Gecko)

Follow-up Comment #1, bug #13498 (project dotgnu-pnet):

I've uploaded a test case demonstrating the bug.  Extract the tgz and cd into
the directory.

"make bug" and watch cscc (actually ilalink) fail to find c.dll.  In this
case, b.dll is referenced first, causing it to try to find c.dll via the
auto-indirect-reference thing (outlined in the code snippet in the original
post).  It can't find c.dll and blows up without waiting to see if we
explicitly reference c.dll later (which we do).

Then, "make nobug" and watch everything work.  Why?  Look at the makefile; The
only difference is the order of the -l switches are swapped so c.dll is
referenced before b.dll, avoiding the auto-indirect-reference mechanism.

Thanks again,
Ron

    _______________________________________________________

Additional Item Attachment:

File name: pnet-bug-testcase.tgz          Size:0 KB
Test case demonstrating the bug
<http://savannah.gnu.org/bugs/download.php?item_id=13498&item_file_id=2622>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13498>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]