[Flightgear-devel] Linker command line for 'metar'

2004-02-23 Thread Martin Spott
Hello,
it might be useful to add '-lxnet' to the linker command line for
'metar' - at least on Solaris I get a lot of 'undefined symbols' it I
omit that:

g++ -mcpu=hypersparc -mtune=hypersparc 
-DPKGLIBDIR=\/usr/local/FlightGear/lib/FlightGear\ -O3 -D_REENTRANT  -L/opt/gnu/lib 
-L/usr/local/lib -R/opt/gnu/lib:/usr/local/lib -s -L/usr/local/FlightGear/lib -o metar 
 metar_main.o -lsgenvironment -lsgio -lsgbucket -lsgmisc -lsgstructure -lsgdebug 
-lplibnet -lplibul -lz -ldl -lm  
Undefined   first referenced
 symbol in file
__xnet_connect  /usr/local/FlightGear/lib/libplibnet.a(netSocket.o)
__xnet_socket   /usr/local/FlightGear/lib/libplibnet.a(netSocket.o)
setsockopt  /usr/local/FlightGear/lib/libplibnet.a(netSocket.o)
__xnet_bind /usr/local/FlightGear/lib/libplibnet.a(netSocket.o)
gethostbyname   /usr/local/FlightGear/lib/libplibnet.a(netSocket.o)
recvfrom/usr/local/FlightGear/lib/libplibnet.a(netSocket.o)
accept  /usr/local/FlightGear/lib/libplibnet.a(netSocket.o)
inet_addr   /usr/local/FlightGear/lib/libplibnet.a(netSocket.o)
send/usr/local/FlightGear/lib/libplibnet.a(netSocket.o)
__xnet_sendto   /usr/local/FlightGear/lib/libplibnet.a(netSocket.o)
inet_ntoa   /usr/local/FlightGear/lib/libplibnet.a(netSocket.o)
recv/usr/local/FlightGear/lib/libplibnet.a(netSocket.o)
listen  /usr/local/FlightGear/lib/libplibnet.a(netSocket.o)


Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


Re: [Flightgear-devel] Linker command line for 'metar'

2004-02-23 Thread Erik Hofman
Martin Spott wrote:
Hello,
it might be useful to add '-lxnet' to the linker command line for
'metar' - at least on Solaris I get a lot of 'undefined symbols' it I
omit that:
Done.

Erik

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


Re: [Flightgear-devel] Linker command line for 'metar'

2004-02-23 Thread Martin Spott
Martin Spott wrote:
 Hello,
 it might be useful to add '-lxnet' to the linker command line for
 'metar' - at least on Solaris I get a lot of 'undefined symbols' it I
 omit that:

 the same with 'js_server',

Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


Re: [Flightgear-devel] Linker command line for 'metar'

2004-02-23 Thread Erik Hofman
Martin Spott wrote:
Martin Spott wrote:

Hello,
it might be useful to add '-lxnet' to the linker command line for
'metar' - at least on Solaris I get a lot of 'undefined symbols' it I
omit that:
 the same with 'js_server',
Done, Any others?
;-)
Erik

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


Re: [Flightgear-devel] Linker command line for 'metar'

2004-02-23 Thread Martin Spott
Erik Hofman wrote:
 Martin Spott wrote:

  the same with 'js_server',
 
 Done, Any others?

No, thanks  :-)

Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel