Options that come into play when the compiler links object files into an executable output file. They are meaningless if the compiler is not doing a link step.
Questions tagged [linkoption]
3 questions
7
votes
3 answers
Java 7 - LinkOption - why is NOFOLLOW_LINKS the only available option?
I think the title says it all. How would I specify FOLLOW_LINKS? Why create an enum with just one option? For example, the method java.nio.file.Files.getLastModifiedTime(Path, LinkOption...) takes an array of LinkOption-s as argument. You have to…

Peter Perháč
- 20,434
- 21
- 120
- 152
0
votes
1 answer
What is the meaning of LinkOption.NOFOLLOW_LINKS and when to use it?
I want to check if a directory is exist by using the notExists(Path path, LinkOption... options) and Im confused with the LinkOption.NOFOLLOW_LINKS although after I googled I still not quite get when to use it. Here are my codes:
import java.io.*;…

Aimi Umairahhh
- 55
- 1
- 7
0
votes
1 answer
distriqt nativemaps- Error w AIR 16
When debugging USB using Apache Flex Compiled SDK - 14.16.16 I get the following error:
Error occurred while packaging the application:
ld: can't open -non_global_symbols_no_strip_list file:
…