Hi Ian,Greetings....have added --disable-xdbe in configure option and ran the 
script but still getting same problem.but m very much confused to change 
references in makeinclude. here  m pasting a small chunk which is part of 
makeinclude file. please specify where i have to make changes..# libraries to 
link with:AUDIOLIBS       =DSOFLAGS        = -L.  
-L/home/vinayak/arm-2007q1/libLDFLAGS         = $(OPTIM)  
-L/home/vinayak/arm-2007q1/libLDLIBS          = -ldl -lm  -lXext 
-lX11GLDLIBS         =  -ldl -lm  -lXext -lX11LINKFLTK        = 
../lib/libfltk.aLINKFLTKGL      =LINKFLTKFORMS   = ../lib/libfltk_forms.a 
../lib/libfltk.aLINKFLTKIMG     = ../lib/libfltk_images.a ../lib/libfltk.a 
$(IMAGELIBS)LINKSHARED      =  ../lib/libfltk_images.a ../lib/libfltk_forms.a 
../lib/libfltk.a $(IMAGELIBS)IMAGELIBS      = -L../lib -lfltk_png -lfltk_z 
-lfltk_jpegThanksQuoting  "MacArthur, Ian (SELEX GALILEO, UK)" 
<[EMAIL PROTECTED]>:> as per your suggestion, there i
 s no file like libXext.and> libXext.so in cross compile environment, but it 
is there> in host environment in /usr/lib.> my question is how to obtain 
libXext.so???If it is not there, it is probable that the X-server for your 
targetplatform does not provide those functions.Therefore your only option is 
to configure without xdbe support (use the--disable-xdbe option to configure) 
then remove any references tolibXext from the makeinclude file. After that, 
fltk should probably linkOK without Xext and you should be able to proceed.> 
and where to copy this particular  file in cross platform environment.If it 
isn't provided with your environment, I expect that you will haveto work 
without it. You can not just copy in another version from"somewhere 
else", that will not work. Building fltk without xdbe supportshould be 
enough to allow you to work without libXext installed,usually.SELEX Sensors and 
Airborne Systems LimitedRegistered Office: Sigma House, Christophe
 r Martin Road, Basildon, Essex SS14 3ELA company registered in England & 
Wales.  Company no. 
02426132********************************************************************This
 email and any attachments are confidential to the intendedrecipient and may 
also be privileged. If you are not the intendedrecipient please delete it from 
your system and notify the sender.You should not copy it or use it for any 
purpose nor disclose ordistribute its contents to any other 
person.********************************************************************  
_______________________________________________
fltk-dev mailing list
fltk-dev@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to