X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: Help Compiling BinUtils 2.951 Date: Mon, 03 Oct 2005 16:16:23 CDT Organization: Rice University, Houston, TX Lines: 19 Message-ID: <43419fa7.sandmann@clio.rice.edu> References: <1128313308 DOT 048289 DOT 292290 AT g47g2000cwa DOT googlegroups DOT com> NNTP-Posting-Host: clio.rice.edu X-Trace: joe.rice.edu 1128375263 6714 128.42.105.3 (3 Oct 2005 21:34:23 GMT) X-Complaints-To: abuse AT rice DOT edu NNTP-Posting-Date: Mon, 3 Oct 2005 21:34:23 +0000 (UTC) X-NewsEditor: ED-1.5.9 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > (cd .libs && rm -f libbfd.la && ln -s ../libbfd.la libbfd.la) > ln: creating symbolic link `libbfd.la' to `../libbfd.la': Improper link > (EXDEV) DJGPP cannot support symbolic links, since DOS/windows file system does not support them. You must edit the build procedure to change this to a copy. > and make in there and always get that error. i can see a .libs folder, > but i cant cd into it. Is this a problem? most of the other lib folders > seem to be _libs not .libs Any thoughts? Legal name issues between unix and DOS; you may have to edit many places to fix them to be legal. I am guessing the _libs is part of the build procedures edited to do a compatible name thing, but maybe not all. You will need to spend some time understanding what the build procedures are doing if you want it to build this configuration (you will need to make manual edits).