I know very little regarding libraries, so thank you! It is building without errors. I also added a similar line for RedPy.so. What about the static library, libreduce.a, how is it found?
Mark Brethen [email protected] > On Oct 5, 2018, at 4:20 PM, Ryan Schmidt <[email protected]> wrote: > > > >> On Oct 5, 2018, at 16:18, Mark Brethen <[email protected]> wrote: >> >> libreduce.so: $(OBJ) >> rm -f libreduce.so >> gcc $(FAT) -shared $(OBJ) -o libreduce.so > > > On this gcc line is where > > -install_name /opt/local/lib/libreduce.so > > needs to appear. >
