This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: symbols/vms?


On May 25, 2010, at 2:39 PM, Jay K wrote:

> 
> Cool, I can certainly wait. Tristan, can you tell me your configure line and where you are putting headers/libraries? Perhaps it is a cascade from me not having those setup well.

For gcc, my configure line is:

../src/configure --target=$target --host=$target --prefix=/gnu --with-local-prefix=/gnu/local --enable-threads=posix --disable-shared --disable-multilib --disable-nls --enable-languages=c,ada --disable-libssp --disable-libada --with-gmp=$build_dir/install/$target

where target=alpha64-dec-openvms.

> I'm not an admin, so I'd like everything under $HOME or SYS$LOGIN, whatever.

No problem.  Either we do.  Just be sure to define GNU as a logical.

> Though there are already "standard" headers in..can't remember where but not hard to find searching the web and the machine..

Ah, here we cheat.  We have manually written some headers to make them 64-bit compatible.  But we plan
to use the standard one.  If you use the 32 bit model, you should be able to use the standard one.

> I could make copies of them in $HOME though, esp. since I made a few small edits to the headers (should be the subject of a bug about fixincludes and what it should do here..)
> 
> 
> WALLIS> cat 1.c
> int main() { }
> WALLIS> cc1 1.c
> wallis$dkb500:[jaykrell.install]cc1.exe;2: error: /gnu/local/include: file speci
> fication syntax error
> wallis$dkb500:[jaykrell.install]cc1.exe;2: error: /gnu/include: file specificati
> on syntax error
> wallis$dkb500:[jaykrell.install]cc1.exe;2: error: //gcc/alpha-dec-vms/4_5_0/incl
> ude: file specification syntax error
> wallis$dkb500:[jaykrell.install]cc1.exe;2: error: //gcc/alpha-dec-vms/4_5_0/incl
> ude-fixed: file specification syntax error
> wallis$dkb500:[jaykrell.install]cc1.exe;2: error: //alpha-dec-vms/include: file
> specification syntax error
> wallis$dkb500:[jaykrell.install]cc1.exe;2: out of memory allocating 3233808385 b

Did you define GNU ?

Tristan.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]