On Wed, 19 Feb 2003, Jason R. Mastaler wrote: > Gre7g Luterman <[EMAIL PROTECTED]> writes: > > > If I understand the above correctly, it means that it wasn't able to > > link in the code that performs the "setenv" function. This is a > > pretty fundamental function. > > setenv() is not a standard UNIX function. Use putenv() instead.
or include a portability stub file for setenv... which is what a lot of packages do for some reason. I just stole from openssh and linked it in. Brian -- Brian Harvell [EMAIL PROTECTED] http://ToolBoy.com/ echo '[q]sa[ln0=aln256%Pln256/snlbx]sb3135071790101768542287578439snlbxq'|dc _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
