I compiled my class Transfer correctly in Solaris. There is the executable file transfer. If i were in Linux, I would to ./transfer and the program would execute perfectly. However, when I run ./transfer in Solaris I get:
bash: ./transfer: invalid argument
Does someone know how to run an executable in Solaris?
./transfer? Also, please runfile ./transferto see what kind of file it is (presumably it has to be a binary of the architecture that matches your machine). – Kevin Grant Jul 26 '12 at 3:04./transfer, then you didn't compile it correctly. Show us the command line you used to compile it. – Keith Randall Jul 26 '12 at 3:07