[openbeosnetteam] Re: libnet fix

> The BeOS R5 libnet.so has a "D" type (don't know what "D" means, but 
> "T" is export, and "U" is import)
>  symbol called _res, while our libnet.so only has a "U", that's why 
> the symbol is missing when applications
> are run (type should be "T").

A = absolute symbol
B = bss (uninitialized data space) symbol 
D= data object symbol 
F = file symbol. 
N = symbol has no type 
S = section symbol 
T = text symbol (function) 
U = undefined

letters are in lowercase for local binding symbol, uppercase for 
external or weak binding symbol.

As I'm building OBOS libnet.so on a BONE system, I don't have this link 
error, because the BONE libnet.so don't contains 
a _res symbol. I didn't have the "Symbol not found" issue running our 
net tools too, for same reason.
Sorry guys for not having test both build and execution on a net_server 
system...

-Philippe
 

--
Fortune Cookie Says:

Demographic polls show that you have lost credibility across the
board.  Especially with  those 14 year-old Valley girls.


Other related posts: