Hello again,
Unfortunately and let me apologize in advance I still find myself confused 
on how to make things 
work properly.

> Here are the symbolic links.  I believe with some simple changes to Cxx, 
> the need for these
> will disappear, but for now there's where it searches.
>
> /usr/local/julia/lib
>
> bizarro% ls -l
>
> total 16
>
> drwxr-xr-x   4 jeffw  staff   136 Jul 18 18:26 clang
>
> lrwxr-xr-x   1 root   staff    10 Jul 19 03:16 include -> ../include
>
> drwxr-xr-x  49 jeffw  staff  1666 Jul 18 20:11 julia
>
> lrwxr-xr-x   1 root   staff     1 Jul 19 03:16 lib -> .
>

If I get this right does it mean that for all the files that are included 
in the list "  * DirectoryLayout* 
<https://gist.github.com/waTeim/ec622a0630f220e6b3c3#file-directorylayout>"
I need to create a soft link to link them with the directory 
"/usr/local/julia/lib" (which doesn't exist
in my system)?
Aslo regarding the instructions of part "*BuildJuliaLLVMforCXX* 
<https://gist.github.com/waTeim/ec622a0630f220e6b3c3#file-buildjuliallvmforcxx>"
 
where you present the files that
need to be cp to the directory julia-f428392003 in my system I face the 
following problems:

1) The image files (sys.ji, sys.dylib,sys-debug.dylib) don't exist anywhere 
in my system
2) The folder llvm-svn (in the source julia directory) has completely 
different structure in my system,
In my julia (source code) folder there are two folders with the name 
llvm-svn the one has a structure
that you can look in the attach picture called name (llvmsn), while the 
second one is located in the
path "/home/kostav/julia/usr-staging/llvm-svn" and has a single folder 
named "build_Release+Asserts".

All in all I am confused on how to follow your instructions (for which I do 
really appreciate the effort you
put to provide me with). Is what I have to do:

1) Try to copy paste the folders as presented in "*BuildJuliaLLVMforCXX* 
<https://gist.github.com/waTeim/ec622a0630f220e6b3c3#file-buildjuliallvmforcxx>
"?
2) Create links for all the files listed * "DirectoryLayout" * 
<https://gist.github.com/waTeim/ec622a0630f220e6b3c3#file-directorylayout>towards
 
the folder "/usr/local/julia/lib"?


On Sunday, July 19, 2015 at 10:44:07 PM UTC+2, Jeff Waller wrote:
>
>
>> Symbolic links to link which files though?
>> Sorry if the questions I raise are already answered by the git, I just 
>> failed to understand it properly so that's
>> why I come back with these questions now.
>>  
>>
>
> I've added a listing of the entire directory structure 
> <https://gist.github.com/waTeim/ec622a0630f220e6b3c3#file-directorylayout>
>  
>
> Here are the symbolic links.  I believe with some simple changes to Cxx, 
> the need for these
> will disappear, but for now there's where it searches.
>
> /usr/local/julia/lib
>
> bizarro% ls -l
>
> total 16
>
> drwxr-xr-x   4 jeffw  staff   136 Jul 18 18:26 clang
>
> lrwxr-xr-x   1 root   staff    10 Jul 19 03:16 include -> ../include
>
> drwxr-xr-x  49 jeffw  staff  1666 Jul 18 20:11 julia
>
> lrwxr-xr-x   1 root   staff     1 Jul 19 03:16 lib -> .
>

Reply via email to