View Single Post
Old 05-28-2012, 10:22 PM   #156
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773670
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Quote:
Originally Posted by deep View Post
Another interesting link https://lkml.org/lkml/2002/6/8/74
That is interesting. It looks like their linux kernel patch adds the "cygwin shell" method of interpreting vfat shortcuts (.lnk files) as symlinks.

The only downside that I can see is that you would need to load your patched kernel with kexec, to avoid interfering with already fragile kindle OTA updates.

It might be safer to add these patches to a shell instead of the kernel, like how cygwin does it. Then do your tcc compiles inside the patched shell.

But really, the USB drive is large enough that we can just use renamed file copies instead of symlinks, which is how I handled this kind of problem in the past. If your library needs three names, just use three copies of that library on your vfat drive. Then you do not need non-standard and potentially fragile vfat symlink support.
geekmaster is offline   Reply With Quote