Hi,

I have compiled fgfs with the following script:
#!/bin/bash
cd /scratch/FlightGear-Source
export LD_LIBRARY_PATH=/usr/local/lib
./configure --prefix=/scratch/FlightGear-0.9.2/ --with-plib=/usr/local/lib
--with-multiplayer --with-network-olk
make
make install

After installation is complete fgfs works.  I then attempt to use the 
network-olk multiplayer support using the following script:
export LD_LIBRARY_PATH=/usr/local/lib

/scratch/FlightGear/bin/fgfs --fg-root=/scratch/FlightGear 
--enable-game-mode --enable-random-objects --disable-fuel-freeze 
--disable-clock-freeze  --enable-auto-coordination --units-meters 
--enable-sound --enable-network-olk

I am given the following error:
FlightGear:  Version 0.9.2
Built with GNU C++ version 2.96

Scanning command line for: --fg-root=
fg_root = /scratch/FlightGear
Reading global preferences
Finished Reading global preferences
Selecting language: C
Reading localized strings from 
/scratch/FlightGear/data/Translations/strings-default.xml
Scanning command line for: --aircraft=
No user specified aircraft, using default
Reading default aircraft: c172-3d from 
/scratch/FlightGear/data/Aircraft/c172-3d-set.xml
Processing command line arguments
Unknown option '--enable-network-olk'


Any suggestions on what is causing this error?  When I list the available 
options with --help --verbose the command --enable-network-olk is listed.


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

Reply via email to