pkgsrc-WIP-discuss archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: fontaine



On Mon, 3 Feb 2014, Tim Larson wrote:

> I recently built fontaine on my machine and checked a preliminary 
> package into wip/fontaine. However I get link errors when building the 
> package - none of the FreeType functions are defined. AFAICT all the 
> FT libs are in the .buildlink/lib dir. When I run nm on some of the 
> object files, it looks like many of the symbols are undefined.
> 
> Since I could get it to build initially but not within the pkgsrc 
> framework, my thought is that I did something wrong creating the 
> package. Any pointers?

I didn't look at the package, but maybe you need the object files 
created with the RPATH set.  You can see this with objdump -x.  It is 
set using pkgsrc, for example, with LDFLAGS (or similar) with 
LINKER_RPATH_FLAG or COMPILER_RPATH_FLAG. You should be able to find 
examples of those in pkgsrc.

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
pkgsrc-wip-discuss mailing list
pkgsrc-wip-discuss%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-discuss


Home | Main Index | Thread Index | Old Index