From: Chandan K. <ch...@to...> - 2002-05-22 16:13:26
|
Oops, I forgot all about this little utility ... I am attaching the rev bash script that I wrote which should be in the path. And, no its not the standard rev which reverses the lines, but rather reverses the order of the objfiles to be linked. This is because on cygwin, for some bizzaire reason, object files are processed in the reverse order, and specifically the initcalls get called in the wrong order. Please make sure that this 'rev' is in the search path before the standard rev (I was not aware of the standard rev utility). Chandan On 22 May 2002, Adrian Phillips wrote: > >>>>> "Roger" == Roger Ye <shu...@ne...> writes: > > Roger> Chandan, When I try to compile UML/WIN32 according to the > Roger> instruction in page > Roger> http://toad.net/~chandan/umlwin32/download.html, but I get > Roger> the following error message. Did you have this problem ? > Roger> After I checked the make file and I found it is because a > Roger> command "rev" cannot be found. > > rev - reverse lines of a file > > On my Debian machine its in util-linux. > > Sincerely, > > Adrian Phillips > > -- > Your mouse has moved. > Windows NT must be restarted for the change to take effect. > Reboot now? [OK] > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > > _______________________________________________ > User-mode-linux-devel mailing list > Use...@li... > https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel > |