RE: Problem compiling libcfg+

2007-11-14 Thread krlinasp
Hi, I`m trying to do the same thing, but i don`t found the way that i can compile this, did you use libtool or did you compile sucessfully the libcfg?, i hope you can help me thanks. Dave Korn wrote: > > On 25 January 2007 08:54, Luis Rodrigo Aguado wrote: > >> Hi all, >> >> I am tr

Re: Problem compiling libcfg+

2007-01-25 Thread Brian Dessent
Luis Rodrigo Aguado wrote: > ld -shared -o libcfg+.so.0.6.2 ../src/cfg+.o ../src/parse.o > ../src/props.o ../src/cmdline.o ../src/cfgfile.o ../src/shared.o > ../src/platon/str/strplus.o ../src > /platon/str/strctype.o ../src/platon/str/strdyn.o > ../src/platon/str/dynfgets.o This is the problem.

RE: Problem compiling libcfg+

2007-01-25 Thread Dave Korn
On 25 January 2007 08:54, Luis Rodrigo Aguado wrote: > Hi all, > > I am trying to compile libcfg+ Never heard of it, so this is a WAG... > ld -shared -o libcfg+.so.0.6.2 ../src/cfg+.o ../src/parse.o ^^^ > ../src/props.o ../src/cmdline.o ../src/cfgfile.o ../src/shared.o > .