Re: Linux to VAX

1999-05-04 Thread ANShevin
Hi, If you are porting source written for x86 linux, endianness isn't a problem (the VAX is also little endian). Most C code won't have the problem anyway; sockets code should be using htonl and family. For the most part, DEC has gone through a lot of trouble to make porting easy. Paths can be

Re: Linux to VAX

1999-05-04 Thread Raymond A. Ingles
On Tue, 4 May 1999, PATRICK DAHIROC wrote: > hi there > > i'm not quite sure if this is the right place to ask, but i'll ask > anyways. i would like to port some Linux/UNIX binary files to a VAX > machine. i've read that the integers and floats are very different on > these machines. does anyb