Changes between Version 17 and Version 19 of Ticket #1936


Ignore:
Timestamp:
Nov 12, 2008, 10:04:04 AM (15 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1936

    • Property Port mono added
  • Ticket #1936 – Description

    v17 v19  
    66If I set DYLD_LIBRARY_PATH to /opt/local/lib, the dylib is located correctly.
    77
     8{{{
    89% mcs helloworld.cs -L /opt/local/lib/mono/gtk-sharp -r gtk-sharp.dll -r glib-sharp.dll
    910Compilation succeeded
     
    1819% setenv DYLD_LIBRARY_PATH /opt/local/lib
    1920% mono helloworld.exe
     21}}}
    2022(it works)