Emily Wong wrote:
> Hello again,
> 
> Thanks for your help with installing emboss for intel macs. I downloaded the 
> 3.0.0 version from fink and it installed fine. 
> 
> However, I've run into another problem...I am interested in modifying the 
> oddcomp program in emboss, so I want to be able to compile oddcomp from 
> source code. After fink installs emboss, it doesn't seem to keep the .h files 
> from emboss, so I copied the emboss .h files into */sw/include/EMBOSS *from a 
> unix computer where the files were available.
> 
> When I try to compile the oddcomp program:
> 
> *cc -I/sw/include/EMBOSS -L/sw/lib/EMBOSS -lajax -lnucleus -lm oddcomp.c -o 
> oddcomp*
> 
> I get:
> 
> */usr/bin/ld: can't locate file for: -lajax
> collect2: ld returned 1 exit status*
> 
> even though the ajax library files .dylib are definitely there at 
> **/sw/lib/EMBOSS**
> 
> Any suggestions as to the cause of the problem?

Did you install the *-dev packages?

% grep Package: emboss.info
Package: emboss
   Package: %N-ajax3-shlibs
   Package: %N-ajax3-dev
   Package: %N-nucleus3-shlibs
   Package: %N-nucleus3-dev
   Package: %N-plplot5-shlibs
   Package: %N-plplot5-dev

-- 
Martin



_______________________________________________
Fink-beginners mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to