Victor Roman Archidona <daijo@xxxxxxxxxxxxx> writes: > I compiled by hand GCC, and when I compile some file the output format > is "UNIX - System V". When you compiled GCC yourself, what target did you use? To get FreeBSD labelled binaries, you should configure with something like --target=i386-freebsd You will also need to build the binutils with that --target option. Ian