[lug] Re: Problems with FDF on Linux...
Paul Hardiman
hardiman at hardiman.com
Tue Aug 6 08:02:54 MDT 2002
You need to revisit your approach to linking libraries ending in ".so".
Try this:
export LD_LIBRARY_PATH=/home/home2/abhit
g++ HTMLPDF.cpp -o htmlpdf
The syntax that you used is for static linked libraries that end with
".a". It wasn't quite right
either, but this should be enough to get a built program. If you notice
a Makefile file with this toolkit, you might take a look at it.
Regards,
Paul Hardiman
abhijit_v at softhome.net wrote:
> Hi,
> Thank you for your reply. FDF is Forms Data Format from Adobe for
> generating and using PDF like forms at the web server/client interface.
> I found a library libfdftk.so which probably needs to be linked in.
> However when I do "g++ -l/home/home2/abhit/libfdftk.so HTMLPDF.cpp",
> the compiler complains that libfdftk.so is not found, although it
> resides right there. Could you please tell me what I should do to
> complete the compilation.
> Regards,
> Abhit.
>
>> Looks like a link error - Can't find a library or object files.
>> BTW, what is FDF?
>> Regards,
>> Paul Hardiman
>> abhijit_v at softhome.net wrote:
>>
>>> Hi All,
>>> I am a bit of a newbie here, so please excuse this question. I had
>>> tried compiling and running a sample C++ application program that
>>> came with the FDF toolkit, but get the following error message:
>>> Undefined first referenced
>>> symbol in file
>>> FDFClose /var/tmp/ccXZZEoj.o
>>> FDFSetValue /var/tmp/ccXZZEoj.o
>>> FDFSave /var/tmp/ccXZZEoj.o
>>> FDFSetFile /var/tmp/ccXZZEoj.o
>>> FDFCreate /var/tmp/ccXZZEoj.o
>>> ld: fatal: Symbol referencing errors. No output written to a.out
>>> collect2: ld returned 1 exit status
>>> Would anyone have any suggestions please?
>>> Regards,
>>> Abhit. _______________________________________________
>>> Web Page: http://lug.boulder.co.us
>>> Mailing List: http://lists.lug.boulder.co.us/mailman/listinfo/lug
>>> Join us on IRC: lug.boulder.co.us port=6667 channel=#colug
>>
>>
>>
>>
>
More information about the LUG
mailing list