Hi Tinny, Thanks for the quick reply.. I did find that script and did get it to work, but I had to run it from cygwin. If I tried to run it outside of bash, it fails due to the use of 'uname'. I took that out and hardcoded the platform to "Windows", but then all the slashes for the directory names were incorrect -- it was using / instead of \\, which choked mkdir.
-- Jeff Paquette direct: (508) 616-4526 Principal Software Engineer email: [EMAIL PROTECTED] NuGenesis Technologies Corp. web: http://www.nugenesis.com -----Original Message----- From: Tinny Ng [mailto:[EMAIL PROTECTED]] Sent: Monday, January 27, 2003 3:32 PM To: [EMAIL PROTECTED] Subject: Re: creating binary dist from source dist on windows? Jeff, You can use scripts/packageBinaries.pl which does the build, and packaging all in one step. Tinny ----- Original Message ----- From: "Jeff Paquette" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 27, 2003 1:58 PM Subject: creating binary dist from source dist on windows? > Hi, > > I've successfully built xerces-c++ v2.1 from the source distribution; how do > I package up the binaries? I need to distribute the headers, libs, etc to my > coworkers. > > Thanks, > > -- > Jeff Paquette direct: (508) 616-4526 > Principal Software Engineer email: [EMAIL PROTECTED] > NuGenesis Technologies Corp. web: http://www.nugenesis.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
