Re: compiling sybperl on x86_64 CPU and Sybase 11.9.2



It is probably possible - but you need to use the correct flags to the
C compiler so that it will produce 32bit code, and all the objects that
need to be linked together have to be 32bit code. This means that you
probably have to build a new perl binary and all related modules to get
this to work.

Michael

.



Relevant Pages

  • Re: question(s) about declaring variables
    ... Michael C wrote: ... > I found a little trick a few years ago, if the compiler finds 2 functions ... Prev by Date: ...
    (microsoft.public.vb.general.discussion)
  • Re: problem with variable
    ... > Yes, in many, many ways it's a shame they didn't make a VB compiler for ... Michael ... Prev by Date: ...
    (microsoft.public.vb.general.discussion)
  • Re: Only one MDI child at a time
    ... that way if you mistype YourFormName the compiler will pick it up. ... Michael ... Prev by Date: ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Why does x.ToString() throw an error if x == null?
    ... Michael C wrote: ... have initialized it and the compiler has not set aside any space for ... The actual function called depends on the actual run-time type of the ... ToString implementation. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Reading code of a function?
    ... The function is also not allowed to access any global data, ... in PIC code such access is indirected, ... we've told that to Michael about 14 month ago: ... And hope that user didn't turn on compiler and linker optimizations ...
    (comp.unix.programmer)