Source Code
"Stephen Grant Brown" <[email protected]> Sat, 1 Jan 2011 20:16:15 +1100
| Newsgroups | gmane.linux.debian.ports.windows |
|---|---|
| Organization | Sea Sauce Home & Garden Maintenance |
| Message-ID | <B49EE5F6204044D9A4D2416371548BF5@Shammah> |
This is a multi-part message in MIME format. ------=_NextPart_000_008B_01CBA9F0.BDDFFF50 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original Content-Transfer-Encoding: 7bit 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 ------=_NextPart_000_008B_01CBA9F0.BDDFFF50 Content-Type: text/x-vcard; name="Stephen Grant Brown.vcf" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="Stephen Grant Brown.vcf" 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=3DQUOTED-PRINTABLE:13 Queen St=3D0D=3D0ANumurkah, = Victoria 3636=3D0D=3D0AAustralia ADR;HOME:;;13 Queen Street;Numurkah;Victoria;3636;Australia LABEL;HOME;ENCODING=3DQUOTED-PRINTABLE:13 Queen = Street=3D0D=3D0ANumurkah, Victoria 3636=3D0D=3D0AAustralia X-WAB-GENDER:2 EMAIL;PREF;INTERNET:[email protected] REV:20110101T091615Z END:VCARD ------=_NextPart_000_008B_01CBA9F0.BDDFFF50--