Re: [Tinyos-help] getenv.dll error

2006-08-19 Thread
Hi, I also came across this problem during a recent installation of TOS on my new machine and I found the problem can be solved by reinstalling gcc. To do this, you simply need to run cygwin's setup.exe again. In the 'Select Packages' screen, look for the packages that start with 'gcc' and set

[Tinyos-help] getenv.dll error

2006-08-18 Thread Firat TARAKTAS
Hi to all, When i run "make install" in tools/java/jni, I got thiese error lines. What is the problem? Is there anybody help me? gcc: installation problem, cannot exec `cc1': No such file or directorymake[1]: *** [getenv.dll] Error 1

Re: [Tinyos-help] getenv.dll error

2006-08-18 Thread Michael Schippling
There could be something wrong with your gcc installation. running toscheck might indicate a problem. rpm has a way to list all the loaded packages, but I never remember what it is...man rpm might say. just a bunch of guesses, sorry MS Firat TARAKTAS wrote: Hi to all, When i run make install

RE: [Tinyos-help] getenv.dll error

2006-08-18 Thread Ben Kelley
cc1 is not in your path. locate should help you out. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Firat TARAKTASSent: Friday, August 18, 2006 07:24To: tinyos-help@Millennium.Berkeley.EDUSubject: [Tinyos-help] getenv.dll error Hi to all, When i