[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Source Code



Hi All,

I would like to install dpkg under Windows Vista.

I have downloaded "dpkg_1.14.30.tar.gz" and unpacked it into a cygwin bash
shell in Microsoft Windows Vista..
I "cd dpkg-1.14.30", then "./configure" then "make"

Make throws up
------------------------------------------------------------------------------
gcc -std=gnu99  -g -O2  -Wl,-O1 -o dpkg-query.exe errors.o filesdb.o query.o
..
libcompat/libcompat.a -lintl ../lib/libdpkg.a
../lib/libdpkg.a(nfmalloc.o): In function `nffreeall':
/home/Stephen/src/dpkg-1.14.30/lib/nfmalloc.c:67: undefined reference to
`_obstck_free'
../lib/libdpkg.a(nfmalloc.o): In function `nfobstack_init':
/home/Stephen/src/dpkg-1.14.30/lib/nfmalloc.c:43: undefined reference to
`__obsack_begin'
../lib/libdpkg.a(nfmalloc.o): In function `nfstrnsave':
/home/Stephen/src/dpkg-1.14.30/lib/nfmalloc.c:62: undefined reference to
`__obsack_newchunk'
../lib/libdpkg.a(nfmalloc.o): In function `nfobstack_init':
/home/Stephen/src/dpkg-1.14.30/lib/nfmalloc.c:43: undefined reference to
`__obsack_begin'
../lib/libdpkg.a(nfmalloc.o): In function `nfmalloc':
/home/Stephen/src/dpkg-1.14.30/lib/nfmalloc.c:52: undefined reference to
`__obsack_newchunk'
../lib/libdpkg.a(nfmalloc.o): In function `nfobstack_init':
/home/Stephen/src/dpkg-1.14.30/lib/nfmalloc.c:43: undefined reference to
`__obsack_begin'
../lib/libdpkg.a(nfmalloc.o): In function `nfstrsave':
/home/Stephen/src/dpkg-1.14.30/lib/nfmalloc.c:57: undefined reference to
`__obsack_newchunk'
collect2: ld returned 1 exit status
make[2]: *** [dpkg-query.exe] Error 1
make[2]: Leaving directory `/home/Stephen/src/dpkg-1.14.30/src'
make[1]: *** [all-recursive] Error 1
$
make: *** [all] Error 2
----------------------------------------------------------------------------------------
Where do I find the source code for `_obstck_free', `__obsack_begin'
etcetera.
Yours Sincerely Stephen Grant Brown
BEGIN:VCARD
VERSION:2.1
N:Brown;Stephen;Grant;Mr.
FN:Stephen Grant Brown
ORG:Sea Sauce Garden Maintenance
TEL;WORK;VOICE:0400 857 651
TEL;CELL;VOICE:0400 857 651
ADR;WORK:;;13 Queen St;Numurkah;Victoria;3636;Australia
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:13 Queen St=0D=0ANumurkah, Victoria 3636=0D=0AAustralia
ADR;HOME:;;13 Queen Street;Numurkah;Victoria;3636;Australia
LABEL;HOME;ENCODING=QUOTED-PRINTABLE:13 Queen Street=0D=0ANumurkah, Victoria 3636=0D=0AAustralia
X-WAB-GENDER:2
EMAIL;PREF;INTERNET:s_g_brown@mcmedia.com.au
REV:20110101T091615Z
END:VCARD

Reply to: