<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.6.2">
</HEAD>
<BODY>
Hello everyone...<BR>
i have developed a plugin that need additional libraries to get working<BR>
<BR>
the include file for my library are&nbsp; in<BR>
<B>/opt/include</B><BR>
<BR>
and the library files are in<BR>
<B>/opt/lib</B><BR>
<BR>
i have developed my plugin using the plugin template available in the gstreamer cvs.<BR>
<BR>
heres what i do to compile my plugin<BR>
./configure CFLAGS=-I/opt/include LDFLAGS=-L/opt/lib<BR>
make<BR>
make install<BR>
<BR>
(i do nothing more than this to tell the compiler about the libraries i wanna use.)<BR>
<BR>
my plugin gets compiled well<BR>
when i do a gst-inspect on my plugin it says &quot;plugin or element not found&quot;<BR>
<BR>
i did an ldd on the .so file of my plugin to check what libraries its compiled against, and none of <BR>
my libraries (the libs i wanna use) are shown, only the gstreamer, glibc,and so on are shown...<BR>
<BR>
im quite sure that the external libraries i want to use are not getting linked to my plugin...probably im missing something..<BR>
looks like im missing something really minor, something im not aware of <IMG SRC="cid:1138816241.8103.14.camel@nextbitcpu.com" ALIGN="middle" ALT=":)" BORDER="0">...<BR>
<BR>
plz help<BR>
thanks in advance<BR>
take care<BR>
Sameer
</BODY>
</HTML>