Thread

  1. No Shared Libs for SVR4 in src/pl/plpgsql/src/Makefile

    Frank Ridderbusch <ridderbusch.pad@sni.de> — 1998-10-11T20:43:43Z

    ============================================================================
                            POSTGRESQL BUG REPORT TEMPLATE
    ============================================================================
    
    
    Your name		:	Frank Ridderbusch
    Your email address	:	ridderbusch.pad@sni.de
    
    
    System Configuration
    ---------------------
      Architecture (example: Intel Pentium)  	:   MIPS R3000
    
      Operating System (example: Linux 2.0.26 ELF) 	:   SINIX 5.42A10
    						    (SVR4)
    
      PostgreSQL version (example: PostgreSQL-6.4)  :   PostgreSQL-6.4
    						    Snapshot from 12.Oct.98
    
      Compiler used (example:  gcc 2.8.0)		:   cc
    
    
    Please enter a FULL description of your problem:
    ------------------------------------------------
    
    Missing section for creating shared library for SVR4 in 
    src/pl/plpgsql/src/Makefile
    
    
    
    Please describe a way to repeat the problem.   Please try to provide a
    concise reproducible example, if at all possible: 
    ----------------------------------------------------------------------
    
    
    
    If you know how this problem might be fixed, list the solution below:
    ---------------------------------------------------------------------
    Add a section in src/pl/plpgsql/src/Makefile, which should look like
    this (or in src/pl/plpgsql/src/Makefile.in?):
    
    ifeq ($(PORTNAME), svr4)
      LDFLAGS_SL            := -G
      CFLAGS                += $(CFLAGS_SL)
    endif
    
    MfG/Regards
    --
         /====                         Siemens AG
        /    Ridderbusch        / ,   ICP CS XS QM4
       /                       /./   Heinz Nixdorf Ring
      /=== /,== ,===/  /,==,  //    33106 Paderborn, Germany
     /    //   /   /  //   / / \   Tel.: (49) 5251-8-15211
    /    /     `==/\ /    / /   \ Email: ridderbusch.pad@sni.de
    
    Since I have taken all the Gates out of my computer, it finally works!!
    
    
    
  2. Re: [HACKERS] No Shared Libs for SVR4 in src/pl/plpgsql/src/Makefile

    Bruce Momjian <maillist@candle.pha.pa.us> — 1998-10-12T01:10:53Z

    > Please enter a FULL description of your problem:
    > ------------------------------------------------
    > 
    > Missing section for creating shared library for SVR4 in 
    > src/pl/plpgsql/src/Makefile
    > 
    > 
    > 
    > Please describe a way to repeat the problem.   Please try to provide a
    > concise reproducible example, if at all possible: 
    > ----------------------------------------------------------------------
    > 
    > 
    > 
    > If you know how this problem might be fixed, list the solution below:
    > ---------------------------------------------------------------------
    > Add a section in src/pl/plpgsql/src/Makefile, which should look like
    > this (or in src/pl/plpgsql/src/Makefile.in?):
    > 
    > ifeq ($(PORTNAME), svr4)
    >   LDFLAGS_SL            := -G
    >   CFLAGS                += $(CFLAGS_SL)
    > endif
    
    Added svr4 to the tree.  Let me know how it works.
    
    -- 
      Bruce Momjian                        |  http://www.op.net/~candle
      maillist@candle.pha.pa.us            |  (610) 853-3000
      +  If your life is a hard drive,     |  830 Blythe Avenue
      +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026