X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: adasilva AT diatel DOT upm DOT es Newsgroups: comp.os.msdos.djgpp Subject: Re: NTFSPROGS DJGPP Build Date: Mon, 8 Sep 2008 09:32:53 -0700 (PDT) Organization: http://groups.google.com Lines: 27 Message-ID: <81657886-5402-4fd2-846d-162b803f52e8@a70g2000hsh.googlegroups.com> References: <312feab1-e20a-4270-8cf1-84c56a92fa0d AT f36g2000hsa DOT googlegroups DOT com> <6icgjfFpcejgU1 AT mid DOT individual DOT net> NNTP-Posting-Host: 82.158.193.249 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1220891574 22749 127.0.0.1 (8 Sep 2008 16:32:54 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Mon, 8 Sep 2008 16:32:54 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: a70g2000hsh.googlegroups.com; posting-host=82.158.193.249; posting-account=FujFIwoAAAAJm2-ZLTmuZoe3nMHsybzJ User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1,gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On 5 sep, 12:39, Robert Riebisch wrote: > Yes, I tried that now with latest DJGPP `beta' binaries on Windows 2000: > After adding a few error number constants, library "libntfs.a" was > build, but I didn't test any further. It may not really work, because > "unix_io.c: In function 'ntfs_device_unix_io_pread': unix_io.c:232: > warning: implicit declaration of function 'pread'". > Finaly I have build libntfs lib but NTFSPROGS like "ntfsfix" are not built due some functions unresolved references: For example: e:/djgpp/codigo/ntfsprogs-2.0.0/ntfsprogs/ntfsfix.c:158: undefined reference to `_getopt_long' e:/djgpp/codigo/ntfsprogs-2.0.0/libntfs/unix_io.c:257: undefined reference to `_pth_pwrite' e:/djgpp/codigo/ntfsprogs-2.0.0/libntfs/unix_io.c:235: undefined reference to `_pth_pread' Does DJGPP provides an implementation of these functions or must I provide my own implementation ? DaSilva