Replies: 7 comments
-
It's the same for analysis: you have to pass |
Beta Was this translation helpful? Give feedback.
-
I think we are not on the same page here. Let's suppose I have analyzed some entity into library |
Beta Was this translation helpful? Give feedback.
-
That's because the working library is implicitly a directory called |
Beta Was this translation helpful? Give feedback.
-
Still, this is not what I mean. Have a look at my working directory tree:
To elaborate my top entity I have to call |
Beta Was this translation helpful? Give feedback.
-
This is working as designed. By default only |
Beta Was this translation helpful? Give feedback.
-
It seemed reasonable to me to search for libraries in the current working directory by default. However, if it is designed in a different way, then ok. |
Beta Was this translation helpful? Give feedback.
-
I just meant the installation prefix (e.g.
The problem with searching the current directory by default is that you may get different behaviour depending on which directory you run the If a project is big enough that it's split over multiple libraries then it will be built with a script or makefile rather than typing the command by hand so passing |
Beta Was this translation helpful? Give feedback.
-
Shouldn't the working directory by default be included in the search paths for libraries? During the analysis, for
--work
thepath
is optional, and by the default it is a directory in the current working directory. However, during the elaboration/run one must provide-L .
for libraries in the current working directory to be found.Beta Was this translation helpful? Give feedback.
All reactions