[omniORB] linux build problems (was omniORB build enviroment)
David Byron
dbyron@coactive.com
Fri, 6 Jul 2001 14:19:07 -0700
> ../../../bin/i586_linux_2.0_glibc2.1/omniidl -bcxx -Wba
> -p../../../src/lib/omniORB2 -ComniORB3 ../../../idl/Naming.idl
> make[2]: ../../../bin/i586_linux_2.0_glibc2.1/omniidl:
> Command not found
>
> omniidl is there, and is executable, but somehow it's giving
> me grief. When
> I run it directly (from a bash), I get a no such file or
> directory message.
> When I run it like this (since the first line is /bin/sh):
>
> $ /bin/sh omniidl
>
> I get command not found for the empty lines of the file and a
> syntax error
> for the case statement.
Shame on me. I'm working in a mixed NT/linux environment and have made a
mess of some carriage return/line feed issues. I'll be crawling into a hole
now.
-DB