-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Kaplan, Andrew H. wrote:

>>Perhaps setting the header path explicitly, as in:
>>CFLAGS="-I/usr/include" ./configure ...
> 
> I don't know into which file the CFLAGS line goes, or if it gets executed from
> the command prompt.

No file, the above is the command typed on a terminal to configure the package.
 It may be different under csh, but you can use 'setenv CFLAGS "-I/usr/include"'
before running ./configure

> When I ran the make script as a regular user, I got an error 1 message due to 
> a
> permission denied error.

I have a question: did you execute configure just before make?

There may be left over temporary files wich belong to root and no regular user
can delete.  I think that's the reason for the permission denied message.

> I also tried adding the SHLIB_PATH variable to the .cshrc file. The results 
> were
> the same if I tried to 

I wouldn't set SHLIB_PATH or any library path; the reason is that you were
setting it to the mounted directory and it's better to leave the path pointing
to the regular libraries which won't dissapear when you unmount the directory.
- --
René Berber
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (Cygwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iEYEARECAAYFAkPpD6EACgkQL3NNweKTRgw+sACfaJoJsuMYVQDPM37XnSbPQlZq
1W4An2vEC5nggHFU1XCOtosbrbDyZdLG
=kAmb
-----END PGP SIGNATURE-----

_______________________________________________
http://lurker.clamav.net/list/clamav-users.html

Reply via email to