On Thu, Mar 28, 2019 at 11:01:04 -0700, Robin wrote: > What flag I am referring to '-lname -L/path/to/lib'. GCC or linker must > look up and read the library right? Correct me if I am wrong.
Ah, I see what you mean now. Best would be to instead of relying on linker search paths at all to just have `/path/to/lib/libname.so` directly on the link line (e.g., this is what CMake prefers to do). I don't know if Tup has built-in support for this (unlikely), but Lua would probably be best for this. --Ben -- -- tup-users mailing list email: [email protected] unsubscribe: [email protected] options: http://groups.google.com/group/tup-users?hl=en --- You received this message because you are subscribed to the Google Groups "tup-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
