Enjoy message [was Re: Completed cross-compilation!]

Ralf Habacker ralf.habacker at freenet.de
Fri Apr 22 16:52:25 CEST 2005


On Friday 22 April 2005 10:15, Chris January wrote:
> Angus Leeming wrote:
> > Just for info, I completed the process of cross compiling Qt/WinFree.
> >
> > ==========================================================
> > The Qt library is now built in ./lib
> > The Qt examples are built in the directories in ./examples
> > The Qt tutorials are built in the directories in ./tutorial
> >
> > Enjoy!   - the Trolltech team
> >
> > make[1]: Leaving directory `/home/angus/mingw-xcompile/qt3'
> > ==========================================================
>
> I noticed how this message does not appear when you compile using
> Borland bmake. This is because it requires echo.exe which is a shell
> built-in rather than a separate command. Does anyone have an idea how to
> work around this?
>
Why not adding an echo.exe to the misc dir  
#include <stdio.h>

int main(int argc, char **argv)
{
 int i;
 for(i=1; i <argc; i++)
  printf("%s ",argv[i]);
 printf("\n");
 return 0;
}

gcc -o echo.exe echo.c


Regards
Ralf 



More information about the kde-cygwin mailing list