DOS versus Linux/Unix end-of-line? I got weird errors until I opened each makefile (all the way down the directory tree) in "vi" and did ":se ff=unix". This changes the file from DOS EOL (CR,LF) to Unix EOL(LF?). Then the "makes" worked. Yes, there are better ways to do all this, but I'm not a Linux command-line or script guy.
Gordy --- Casey Chan <[EMAIL PROTECTED]> wrote: > Hi all, I've just found out that when I do a "gmake > clean" for the Xerces-J, > it always gives me the following error: > /bin/sh: syntax error at line 1: `;' unexpected > gmake[4]: *** [cleandirs] Error 2 > > Any idea how to fix it? > > > Thank you very much for your reply! > > Casey > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
