add1.c
add2.c
I guess one question is how to alter / determine the search path for ctypes in loading libraries.
libc
is in /usr/lib
, but libpng
is in /usr/X11/lib
, as we discussed the other day (here):Obviously, find_library doesn't search
/usr/X11/lib
. Wonder if there is a way to tell it what we want?After we look at Andrew's more sophisticated examples, we'll try something relevant to bioinformatics