Forums before death by AOL, social media and spammers... "We can't have nice things"
|    comp.lang.asm.x86    |    Ahh, the lost art of x86 assembly    |    4,675 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 4,065 of 4,675    |
|    James Norris to Jackson    |
|    Re: HLA binary unable to locate its libr    |
|    24 May 20 04:05:05    |
      From: jim@nospicedham.rainbarrel.com              On Friday, May 22, 2020 at 4:27:30 PM UTC-4, Jackson wrote:              > > ERROR! Could not locate the hlalib.a file.       > > Have you set the 'hlalib' environment variable properly?              > > hlalib=/home/jackson/bin/hla-resources/hlalib       > > export hlalib              If you are on Mac Os, they recently changed their security to make it so       dlopen will not find a shared library unless it is in a standard location for       shared libraries, or in the same subdirectory as the program that is using it,       regardless of how the        environment variables are set. The fix is to copy hlalib to a standard        location, or the same directory as the program that is using it. The extra       security makes it difficult to put the shared library into one of the standard       locations...               The standard locations of shared libraries are:              The standard locations for dynamic libraries are ~/lib, /usr/local/lib, and       /usr/lib.              Reference: https://developer.apple.com/library/archive/documenta       ion/DeveloperTools/Conceptual/DynamicLibraries/100-Articles/Usin       DynamicLibraries.html              If you are on a Mac, please try Diaperglu. It has an x86 assembler in it and       soon it will support vex instructions.              --- SoupGate-Win32 v1.05        * Origin: you cannot sedate... all the things you hate (1:229/2)    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca