Hi

I also tried getting Atlas up and running on my debian machine. In the process 
I found that the Makefile requires to add some additional library files to get the 
program compiled on the linux machine.

I tried informing the Atlas mailing list, but it requires me to be part of the 
sourceforge
group, but I have some problems with moving one of my existing account on it, so 
If anyone here has access to the Atlas mailing list please do inform them.

Here is the modifications its pretty straight forward, if one gets to realise the 
problem 
in the first place.


--- Makefile    Tue Nov 27 01:05:15 2001
+++ Makefile.hankvc     Tue Nov 27 01:04:47 2001
@@ -78,19 +78,19 @@
 Atlas_SOURCES =        Atlas.cxx       FlightTrack.hxx FlightTrack.cxx         
Geodesy.hxx     LoadPng.cxx LoadPng.hxx         MapBrowser.cxx MapBrowser.hxx   
MapMaker.cxx MapMaker.hxx       Output.cxx Output.hxx   OutputGL.cxx OutputGL.hxx      
 Overlays.cxx Overlays.hxx
 
 
-Atlas_LDADD =          -lsgmagvar -lsgtiming -lsgmisc -lsgio -lsgserial -lsgdebug 
-lsgbucket   -lplibsg -lplibpu -lplibfnt     $(opengl_LIBS)  -lpng -lz -lpthread
+Atlas_LDADD =          -lsgmagvar -lsgtiming -lsgmisc -lsgio -lsgserial -lsgdebug 
+-lsgbucket   -lplibsg -lplibpu -lplibfnt     $(opengl_LIBS)  -lpng -lz -lpthread 
+-lsgxml
 
 
 Map_SOURCES =          Map.cxx         FlightTrack.hxx FlightTrack.cxx         
MapMaker.cxx MapMaker.hxx       Output.cxx Output.hxx   OutputGL.cxx OutputGL.hxx      
 Overlays.cxx Overlays.hxx
 
 
-Map_LDADD =    -lsgmagvar -lsgtiming -lsgmisc -lsgio -lsgdebug         -lplibsg 
-lplibpu -lplibfnt -lsgbucket  $(opengl_LIBS)  -lpng -lz
+Map_LDADD =    -lsgmagvar -lsgtiming -lsgmisc -lsgio -lsgdebug         -lplibsg 
+-lplibpu -lplibfnt -lsgbucket  $(opengl_LIBS)  -lpng -lz -lsgxml -lsgserial
 
 
 MapPS_SOURCES =        MapPS.cxx       FlightTrack.hxx FlightTrack.cxx         
MapMaker.cxx MapMaker.hxx       Output.cxx Output.hxx   OutputPS.cxx OutputPS.hxx      
 Overlays.cxx Overlays.hxx
 
 
-MapPS_LDADD =          -lsgmagvar -lsgtiming -lsgmisc -lsgio -lsgdebug         
-lplibsg -lplibpu -lsgbucket    $(opengl_LIBS)  -lpng -lz
+MapPS_LDADD =          -lsgmagvar -lsgtiming -lsgmisc -lsgio -lsgdebug         
+-lplibsg -lplibpu -lsgbucket    $(opengl_LIBS)  -lpng -lz -lsgserial -lsgxml
 
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = config.h

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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

Reply via email to