Arthur Radley wrote: > I built Qt by method 2 (in /opt) and somehow, someway, that command to > create the link from qt to qt-4.8.5 ended up being a broken link to merely > qt-. I didn't notice it until later when VLC wouldn't build. I remember Qt > building smoothly, and I copied and pasted entire blocks of commands as > usual. Since the $VERSION thing is in the middle of one of those blocks, I > can't see how I could have botched it without also botching something else > in that block of commands (which didn't happen). And since $VERSION is used > only once on the page, and since "-4.8.5" is used in other commands on the > page, I wonder what good $VERSION serves in that one spot anyway. Just a > thought and FYI.
You're right. I use $VERSION in my script, but it doesn't translate to the book. The command should be: ln -svfn qt-4.8.5 /opt/qt I'll fix it. Thanks for pointing it out. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
