[newbie] setenv?

2001-02-13 Thread Oliver Stieber
how do i do a setenv with mandrake? short of int main(int argv,argc[])

Re: [newbie] setenv / env ?

2001-01-11 Thread Onur
Tuesday, January 09, 2001, 2:41:44 AM, you wrote: JRS> I installed the Mesa Opengl package and in the README file is proposed the JRS> lib path $TOP/lib become the enviroment variable LD_LIBRARY_PATH. Well, when JRS> I try the following: JRS> # setenv LD_LIBRARY_PATH $TOP/lib JRS

Re: [newbie] setenv / env ?

2001-01-10 Thread Jose Ricardo Sabino
Thanks! I have stated it in my mind now! Jose On Wednesday 10 January 2001 19:50, you wrote: > Tuesday, January 09, 2001, 2:41:44 AM, you wrote: > > JRS> I installed the Mesa Opengl package and in the README file is > proposed the JRS> lib path $TOP/lib become the enviroment variable

[newbie] setenv / env ?

2001-01-08 Thread Jose Ricardo Sabino
I installed the Mesa Opengl package and in the README file is proposed the lib path $TOP/lib become the enviroment variable LD_LIBRARY_PATH. Well, when I try the following: # setenv LD_LIBRARY_PATH $TOP/lib I got: bash: setenv: command not found otherwise, I run the following: # e

[newbie] setenv question...

2000-10-02 Thread Ronald J. Hall
Okay, I've included a (very) small text attachment, it shows an error message I'm getting whenever I try to run an app that needs Mesa/Glide. I did go to README.3DFX and read it, but it was somewhat less than illuminating for me. Can someone look at the text and tell me what it is I'm supposed to

[newbie] setenv

2000-02-29 Thread Meanie
Ok, I've compiled the MesaGL libs to (hopefully) work with my Voodoo2. The HOWTO says I need to set an environment variable with setenv. The example it gives is: setenv LD_LIBRARY_PATH "/usr/local/glide/lib:/Mesa-3.1/lib" Unfortunately, setenv doesn't exist anywhere on my machine. What's up?