Try one more time with right e-mail address !!
> I did the above experiment as mentioned by Duane Ellis > du...@desk ~ > $ echo $TEMP > /cygdrive/c/DOCUME~1/duane/LOCALS~1/Temp > du...@desk ~ > $ echo $TMP > /cygdrive/c/DOCUME~1/duane/LOCALS~1/Temp > du...@desk ~ > $ echo with-e > $TEMP/foobar1 > du...@desk ~ > $ echo no-e > $TMP/foobar1 > > These pass ok the temporary directories are sent foobar1 as designed. > > I am now on XP, at home, but my problems are the same whether on xp or > vista. > I also tried 'aclocal --verbose' this is where the ./bootstrap fails and > it acts > the same way on xp or on vista. > > One side issue, If I am supposed to use a "patch" to make the program, > work you will need to instruct me how to install a "patch". > > If someone has a certain configuration of cygwin that works, then I need to > know what I need to do to make my configuration like theirs. > > > Best regards, > > Joe > > > On Wed, Jul 1, 2009 at 7:28 PM, Zach Welch <[email protected]>wrote: >> >>> On Wed, 2009-07-01 at 19:07 -0700, Joseph Kuss wrote: >>> > Spen, >>> > >>> > I guess I misinterpreted the text on openOCD cited, >>> > but my problem still exists: >>> > >>> > Here is what I did do: >>> > >>> > I do believe I complied with Michael Fischer's instructions about the >>> > cygwin packages: >>> > ====== >>> > 1) >>> > Install cygwin, but you need some additional tools from the >>> > development package like: >>> > >>> > - autoconf: Wrapper scripts for autoconf commands >>> > - automake: Wrapper scripts for automake and aclocals >>> > - gcc: C compiler upgrade helper >>> > - libtool: A shared library generation tool >>> > - make: The GNU version og the 'make' utility >>> > - subversion: A version control system >>> > ====== >>> > >>> > I assume after doining this and doing: >>> > ===== >>> > svn checkout svn://svn.berlios.de/openocd/trunk trunksvn checkout >>> > svn://svn.berlios.de/openocd/trunk trunk >>> > ====== >>> > >>> > I am ready to roll: >>> > >>> > when do ./bootstrap >>> > ======== >>> > $ ./bootstrap >>> > + aclocal >>> > /usr/bin/m4:configure.in:428: canot create temporary file for >>> > diversion: Permission denied >>> > autom4te-2.6.3: /usr/bin/m4 failed with exit status: 1 >>> > aclocal-1.11: autom4te failed with exit status: 1 >>> > Bootstrap complete; you can './configure -enable-maintainer-mode ...." >>> > ======== >>> >>> The problems appear to start here. If you run aclocal by hand, I assume >>> it gives you the same output, so try 'aclocal --verbose' and see if you >>> can determine which file it fails to create. Actual CygWin experts may >>> recognize this as a symptom of some unrelated problem, but I can't >>> remember anything like that offhand. >>> >>> By the looks of it, you have a simple permissions problem with your >>> temporary directory, but I have no idea how that that needs to be >>> configured under CygWin. In any case, I hope the output of the >>> --verbose command should prove more enlightening. >>> >>> Cheers, >>> >>> Zach >>> >>> >> >
_______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
