search for: langtools

Displaying 4 results from an estimated 4 matches for "langtools".

2002 Apr 18
1
Problem compiling on HP-UX 10.20
...IC -O2 -c blas2.f -o blas2.lo g77 -fPIC -O2 -c cmplxblas.f -o cmplxblas.lo gcc -shared -fPIC -o lapack.sl Lapack.lo double.lo cmplx.lo blas2.lo cmplxblas.lo -lg2c -lm -L/lib/pa1.1 -L/usr/lib/pa1.1 -u main -L/opt/gnu/lib/gcc-lib/hppa2.0-hp-hpux10.20/3.0.4 -L/usr/ccs/bin -L/usr/ccs/lib -L/opt/langtools/lib -L/opt/gnu/lib/gcc-lib/hppa2.0-hp-hpux10.20/3.0.4/../../.. -lm -L/usr/local/lib -lz -ltermcap -lm /usr/ccs/bin/ld: DP relative code in file /opt/gnu/lib/gcc-lib/hppa2.0-hp-hpux10.20/3.0.4/libg2c.a(fmt.o) - shared library must be position independent. Use +z or +Z to recompile. collect2: l...
2012 Oct 16
0
Tracing puppet processing for HP-UX user passwords
...:/opt/drd/bin:/opt/dsau/bin:/opt/dsau/sbin:/opt/resmon/bin:/opt/firefox:/opt/gnome/bin:/opt/perf/bin:/opt/propplus/bin:/usr/contrib/kwdb/bin:/opt/perl_32/bin:/opt/prm/bin:/opt/sfm/bin:/opt/swm/bin:/opt/sec_mgmt/spc/bin:/opt/ssh/bin:/opt/swa/bin:/opt/hpsmh/bin:/opt/thunderbird:/opt/sentinel/bin:/opt/langtools/bin:/opt/wlm/bin:/opt/gwlm/bin:/sbin:/home/root:/usr/local/bin ps => ps -ef puppetversion => 2.7.19 rubysitedir => /usr/local/lib/hpux32/ruby/site_ruby/1.8 rubyversion => 1.8.7 uptime => 6 days uptime_days => 6 uptime_hours => 164 uptime_seconds => 593014 virtual => hpvm...
2014 Nov 07
5
[LLVMdev] Reimplementing Darwin's dsymutil as an lld helper
Hi, [ I Cc'd lld people and debug info people. Apologies if I omitted some stakeholder. ] As stated in the subject, I’d like to start working on an in-tree reimplementation of Darwin’s dsymutil utility. This is an initial step on the path to having lld handle the debug information itself. For those who are not familiar with the debug flow on MacOS, dsymutil is a DWARF linker. Darwin’s
2014 Nov 07
3
[LLVMdev] Reimplementing Darwin's dsymutil as an lld helper
...gt; <snip from ld man page : http://nixdoc.net/man-pages/hp-ux/man1/ld_pa.1.html <http://nixdoc.net/man-pages/hp-ux/man1/ld_pa.1.html>> > The LD_PXDB environment variable defines the full execution path for > the debug preprocessor pxdb. The default value is > /opt/langtools/bin/pxdb. ld invokes pxdb on its output file if that > file is executable and contains debug information. To defer > invocation of pxdb until the first debug session, set LD_PXDB to > /bin/true. > > </snip> > > Few questions :- > > a) Will the...