efa

Results 49 comments of efa

with ldd you will finish in same manually iterate, as it do not find the dependencies of dependencies, and you have to parse the ldd output, and check if the...

just to see if ldd has improved since the last time I used it, I run it on nedit-ng and it show the same dependancies in nedit-ng root I put...

I have not found a 'package' directory or something right for a Pull Request, so here a compact version of the script: ``` #!/bin/bash # nedit-ng_pkg: Copyright 2021 Valerio Messina...

here the Win64 package: [nedit-ng.zip](https://github.com/eteran/nedit-ng/files/6566477/nedit-ng.zip)

> was about 20-ish MB, I was looking at the zip and 7zip package is less than 17 MB, but not accepted by github

> it also opened a cmd window to launch nedit-ng yes, as now I can't avoid that, maybe a build switch will skip that

A work around that work is: $ OSXCROSS_PKG_CONFIG_USE_NATIVE_VARIABLES=1 PKG_CONFIG_LIBDIR=~/c/osxcross/target/macports/pkgs/opt/local/share/pkgconfig x86_64-apple-darwin20-pkg-config --cflags gtk+-2.0

but dedicated OSXCROSS_PKG_* variables seems ignored for some packages only

work! The lib*.dylib seems must be in: /opt/local/lib/

I'm trying to change the RPATH on binary, neither of: $ objdump -x binary | grep RUNPATH $ readelf -d binary | grep RUNPATH $ chrpath -l binary work as...