From: Jonathan B. <jbr...@ea...> - 2003-07-28 10:25:57
|
On Mon, 2003-07-28 at 03:32, Jen Chang Chen wrote: > Dear experts: > I tried to install vpython in my iBook. > I followed the installation steps, but There are some errors in > screen. I listed them as follows: > Jen Chang Chen > Please see the thread "success on OS X!" in our mailing-list archives, which began on July 21. Basically, you will need to add -I/sw/include to the CPPFLAGS environment variable, and -L/sw/lib to the LDFLAGS environment variable (if not already done). Putting the following lines in your ~/.tcshrc file should be enough: setenv CPPFLAGS -I/sw/include setenv LDFLAGS -L/sw/lib There are several other ways to get the same effect. -Jonathan Brandmeyer |