-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Presumably:
Dylibs are based on a default location (1). however when choosing an custom output location this gives the problem of not being able to find the dylib. See error:
panic: walking /tmp/gdbm/gdbm: /tmp/gdbm/gdbm/lib/libgdbm.dylib: writing: gdbm/lib/libgdbm.dylib: readlink: readlink gdbm/lib/libgdbm.dylib: no such file or directory
This means that many packages will not be able to finish building/installing
@wouter173 apparently also had this/similiar issue
(1) from https://www.lifewire.com/dylib-file-2620908:
Where do DYLIB files go on a Mac?
The standard locations for dynamic libraries are ~/lib, /usr/local/lib, and /usr/lib. Alternatively, you can place a DYLIB file at a nonstandard location in your file system provided you add that location to one of these environment variables:
LD_LIBRARY_PATH, DYLD_LIBRARY_PATH, or DYLD_FALLBACK_LIBRARY_PATH.
Metadata
Metadata
Assignees
Labels
No labels