It's not finding plib.  As someone else mentioned, --with-plib is not a 
valid option and the argument you specified is not in a form I've ever 
seen before.  I can't imagine this working.  You can't just make up 
command line options as you go along.

--with-plib=/opt/lib/plib/:/opt/include/plib/


Why don't you delete all hints of your plib installation, and go back 
and rebuild plib with:
 
./configure --prefix=/opt

Then make; make install

Then proceed to do the same with simgear and terragear.  If you don't 
want to do it that way then perhaps someone else can sort it out for you.

Curt.



Arnt Karlsen wrote:

>On Thu, 8 Jun 2006 19:34:02 +0200, Arnt wrote in message 
><[EMAIL PROTECTED]>:
>
>  
>
>>On Thu, 08 Jun 2006 10:12:50 -0500, Curtis wrote in message 
>><[EMAIL PROTECTED]>:
>>
>>    
>>
>>>Frederic Bouvier wrote:
>>>      
>>>
>>>>libplibul.* is not found. By the way, --with-plib is not a valid
>>>>terragear configure option. Try this instead : 
>>>>
>>>>$ CXXFLAGS=-I/opt/include LDFLAGS=-L/opt/lib ./configure <your
>>>>other option flags>
>>>>        
>>>>
>>..ok.  How do I point TerraGear ./configure (and make) to plib?
>>(Plib is in /opt): 
>>http://80.239.32.252/terragear.configure.fails  and
>>http://80.239.32.252/TerrorGear.config.log
>> 
>>    
>>
>>>Or possibly a bit simpler, try:
>>>
>>>$ ./configure --prefix=/opt
>>>      
>>>
>>..see http://80.239.32.252/terrorgear.configure.fails and
>>http://80.239.32.252/TerraGear.config.log
>> 
>>    
>>
>>>If you use a consistent prefix for plib, simgear, openal,
>>>flightgear,  and terragear, they should all be happy.  
>>>      
>>>
>>>I've built the whole chain of  tools in nonstandard locations this
>>>way.
>>>      
>>>
>>..aye.  I have openal, freealut, gts and newmat in /usr/lib as debs,
>>and point to them --with-gts=/usr/lib etc.
>>
>>    
>>
>>>For what it's worth, --prefix=/opt implicitely adds /opt/include to
>>>the  include path and /opt/lib to the library path.
>>>      
>>>
>>..ok, but still ignores or fails to see plib there.
>>
>>..thanks to Fred 'n Curt.
>>    
>>
> 
>..just reload my urls if you see any ref to --enable-sp-fdms.  :o)
>
>  
>


-- 
Curtis Olson        http://www.flightgear.org/~curt
HumanFIRST Program  http://www.humanfirst.umn.edu/
FlightGear Project  http://www.flightgear.org
Unique text:        2f585eeea02e2c79d7b1d8c4963bae2d



_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to