Mark J. Reed wrote:
> cc -L/sw/lib   -g -O2 -DDEBUG -I/sw/include -DENABLE_LDAP  -Dconst=
> -DSYSTYPE=\"OSX\" -o pine addrbook.o adrbkcmd.o adrbklib.o args.o
> bldaddr.o context.o filter.o folder.o help.o helptext.o imap.o init.o
> mailcap.o mailcmd.o mailindx.o mailpart.o mailview.o newmail.o other.o
> pine.o reply.o screen.o send.o signals.o status.o strings.o takeaddr.o
> os.o date.c ../pico/libpico.a ../c-client/c-client.a -lldap -lncurses
> -framework Carbon -framework ApplicationServices `cat
> ../c-client/LDFLAGS`
> /usr/bin/ld: Undefined symbols:
> _ber_pvt_opt_on
> collect2: ld returned 1 exit status
> make: *** [pine] Error 1
> ### execution of ./build failed, exit code 2
> 
> So which lib is ber_pvt_opt_on supposed to be in?  BER sounds like
> it's crypto-encoding related, and I don't see any libraries in that
> list that scream crypto to me.  (The only thing in the LDFLAGS file is
> "-L/sw/lib", btw).

Try if removing openldap23-dev helps (or whatever other *ldap*-dev 
package you have installed).
The symbol is in /usr/lib/libldap.dylib, but not in /sw/lib/libldap.dylib.

-- 
Martin

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to