A
akiuni
Hi everybody,
I have to make a C program, built on freeBSD 5.3, compiling and working
well on Linux Ubuntu Dapper-Drake (6.0 if I remember)
I have never done that before, and I don't know how to proceed... Does
someone know a good way ?
NB:
If I try to compile my code on ubuntu, gcc wasn't able to find the
id_dl.h library.
After a little search, I have found that the "oskit package" was
including it:
( http://packages.ubuntu.com/ -> search if_dl.h )
I have installed it ( to see... ) and compiled my code with -I option,
but ubuntu found errors in the library (syntax error near __dead2 ...)
Do you think it is a solution ?
Thanks in advance
I have to make a C program, built on freeBSD 5.3, compiling and working
well on Linux Ubuntu Dapper-Drake (6.0 if I remember)
I have never done that before, and I don't know how to proceed... Does
someone know a good way ?
NB:
If I try to compile my code on ubuntu, gcc wasn't able to find the
id_dl.h library.
After a little search, I have found that the "oskit package" was
including it:
( http://packages.ubuntu.com/ -> search if_dl.h )
I have installed it ( to see... ) and compiled my code with -I option,
but ubuntu found errors in the library (syntax error near __dead2 ...)
Do you think it is a solution ?
Thanks in advance