Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

binary compatibility

Status
Not open for further replies.

youngun

Programmer
Apr 27, 2001
61
US
I am a newbie to FreeBSD. I am just curious that if I write a program in C++ which runs on FreeBSD/Xwin, can this program also run on Linux? Or I better switch to Java since JVM will take care of this cross-platfrom issue for me? (Java is a little bit slower, though...)

Thank you.
 
What you could do, is to write the program on linux, and use freebsd with linux compability. Or just compile one on linux and one on freebsd.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top