[Fink-devel] Mysterious uni2ascii package

2006-08-10 Thread Trevor Harmon
I'm working on a package for uni2ascii, but I got stuck and was hoping someone could help me. I'm totally baffled because I can't reproduce the linker error that occurs when Fink tries to build the package, even when I enter the same commands that Fink executes. It seems that a certain obje

Re: [Fink-devel] Mysterious uni2ascii package

2006-08-10 Thread Daniel Macks
On Thu, Aug 10, 2006 at 08:53:16PM -0700, Trevor Harmon wrote: > I'm working on a package for uni2ascii, but I got stuck and was > hoping someone could help me. I'm totally baffled because I can't > reproduce the linker error that occurs when Fink tries to build the > package, even when I ent

Re: [Fink-devel] Mysterious uni2ascii package

2006-08-10 Thread Trevor Harmon
On Aug 10, 2006, at 9:49 PM, Daniel Macks wrote: WorksForMe(tm), but I have a single-processor machine so I have fewer problems like that. Some packages have trouble with multithreading, resulting in trying to link against a compiled object before that object gets compiled. Mine is single-proc

Re: [Fink-devel] Mysterious uni2ascii package

2006-08-11 Thread Martin Costabel
Trevor Harmon wrote: [] > Yes, that's what I'm seeing, too! (Mostly.) I get: > > gcc -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -L/sw/lib -o > uni2ascii Get_UTF32_From_UTF8.o uni2ascii.o enttbl.o endian.o > /usr/bin/ld: Undefined symbols: > _bindtextdomain > _gettext > _textdomain This is

Re: [Fink-devel] Mysterious uni2ascii package

2006-08-11 Thread Trevor Harmon
On Aug 11, 2006, at 12:59 AM, Martin Costabel wrote: Trevor Harmon wrote: [] Yes, that's what I'm seeing, too! (Mostly.) I get: gcc -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -L/sw/lib -o uni2ascii Get_UTF32_From_UTF8.o uni2ascii.o enttbl.o endian.o /usr/bin/ld: Undefined symbols: _bin

Re: [Fink-devel] Mysterious uni2ascii package

2006-08-11 Thread Martin Costabel
Trevor Harmon wrote: [] > Oh, you mean I was using %p when I should have been using %i? So all I > need to do is change this: > > --mandir="%p/share/man" > > to this: > > --mandir="%i/share/man" The original idea was to use make install DESTDIR=%d as InstallScript. But yours is working, to

Re: [Fink-devel] Mysterious uni2ascii package

2006-08-11 Thread Trevor Harmon
On Aug 11, 2006, at 12:57 PM, Martin Costabel wrote: The original idea was to use make install DESTDIR=%d as InstallScript. But yours is working, too. Okay, I've submitted it to the tracker as ID 1538949. Trevor smime.p7s Description: S/MIME cryptographic signature -