On Wed, 12 Apr 2006, David Leuenberger wrote:
LDFLAGS=-L/home/eecs/dleuen/software/meeplibs/lib:/usr/lib
CPPFLAGS=-I/home/eecs/dleuen/software/meeplibs/include:/usr/include

This is not the syntax for LDFLAGS and CPPFLAGS. If you have multiple directories you use multiple -L or -I flags, not colon-separated pathnames. e.g. LDFLAGS="-L/foo -L/bar". Note also that you don't need to explicitly specify /usr/lib and /usr/include since these are in the default search path of the compiler.

Steven

_______________________________________________
meep-discuss mailing list
[email protected]
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

Reply via email to