I managed to reduce my problem to the following. I have to start a process
on a give location. When I give execv a const char* path, like
"/Volumes/disk2/CPSDistr", it works great. When I don't give it a const
char*, but a char* (which I have to do because I don't know where it is),
then it doesn't work, only when I give no path at all ("CPSDistr" or
"/CPSDistr"). It worked before, but now on 10.3.5 not anymore.
How can I make sure the process is always started, no matter where it is?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Unix-porting mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/unix-porting/email@hidden