Possible bug in 'ln -s target dir' check code --

"Townsend, Paul" <[email protected]>
Newsgroups gmane.comp.sysutils.autoconf.bugs
Message-ID <BN6PR22MB168100C381F903EF6DDDABE1C1C20@BN6PR22MB1681.namprd22.prod.outlook.com>
I am probably incorrectly interpreting the autoconf code that checks whether or not 'ln -s target dir' works.  It seems the check code is satisfied if


  mkdir a

  touch b

  ln -s b a


works without aborting.  On Ubuntu this does create a 'b' symlink in 'a' but that symlink is an infinite a/b->a/b.  In fact I think the only way to succeed is to use


  ln -s $PWD/b a


i.e., the ln app should be a heck of a lot smarter.


--  Thanks,

--    Paul Townsend
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.