StefanSchippers

Results 46 comments of StefanSchippers

When building tcl and tk go into the tk top directory tk-x.y/unix and ensure the LIB_RUNTIME_DIR does contain only $(libdir), do the same for the tcl-x.y/unix. This should be done...

Also consider that the 'opt2' leftover from previous attempts is not due to the building process (both tcl-tk and xschem) but due to the dynamic linker. dyld for some reason...

On Linux after running `ldconfig` (this command is ran automatically for example after a system update) a binary file called `/etc/ld.so.cache` is regenerated. This binary file is the lookup table...

I have fixed above by changing the #if \_\_unix\_\_ to #ifdef \_\_unix\_\_, as it should be. Thank you!

Thank you! Since i do not have direct access on MacOS systems your feedback is precious!

Thank you @wulffern! I have no direct access to a Mac system, so this may well help others... @MudasirTariq The issue is that you need to build (or install if...