Re: Omniorb 4.0...

2003-04-02 Thread H. Henning Schmidt
I have done it. It is feasible. Some work with the Makefiles though. In general, you have to add cygwin to omniORB's list of supported platforms, so that the configure script can auto-configure it correctly for you. Duncan Grisby (omniORB's CGF) has my patches and they might eventually make it

Re: Omniorb 4.0...

2003-04-02 Thread Vaillant Etienne
When i make make -n, I have : (target="export"; (unset MAKEFLAGS; set -e; if [ "$subdir_makeflags" = "" ]; then subdir_makeflags=''; fi; if [ "$subdirs" = "" ]; then subdirs='src'; fi; if [ "$target" = "" ]; then target='all'; fi; for dir in $subdirs ; do if [ ! -d $dir ]; then (umask 002; set

Re: Omniorb 4.0...

2003-04-02 Thread Martin Gainty
Vaillant- What happens when you run "make -n" in source directory? I find deltas between make in cygwin vs make in bash..essentially make *should be* executing the commands displayed by make -n In all porbability this would require research from a knowledgable entity. -Martin - Original Message