undefined reference to _sys_nerr

From: Juhan Ernits <juhan(at)suhkur(dot)cc(dot)ioc(dot)ee>
To: pgsql-ports(at)postgresql(dot)org
Subject: undefined reference to _sys_nerr
Date: 2000-05-02 00:26:56
Message-ID: 390E20D0.E55D9693@cc.ioc.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Hello!

System is NT4 SP6, cygwin 1.1, gcc 2.95.2, PG7RC2.
Having fixed the dllmain problem, I got the following one:

The step that assembles postgres.exe fails with the following messages:

utils/SUBSYS.o(text+0x42de7):elog.c: undefined reference to '_sys_nerr'
utils/SUBSYS.o(text+0x437b3):exc.c: undefined reference to '_sys_nerr'
collect2: ld returned 1 exit status
make[1]: *** [postgres] Error 1
...

How should one cope with that?

Thanks,

Juhan Ernits

Browse pgsql-ports by date

  From Date Subject
Next Message Billy G. Allie 2000-05-02 04:37:42
Previous Message Juhan Ernits 2000-05-02 00:18:15 Re: dllmain revisited